mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Updated to receive new optimizations
This commit is contained in:
@ -130,7 +130,8 @@ class Explosion{
|
||||
|
||||
public function explodeB(){
|
||||
$send = [];
|
||||
$source = Vector3::cloneVector($this->source)->floor();
|
||||
$source = Vector3::cloneVector($this->source);
|
||||
$source = $source->floor();
|
||||
$yield = (1 / $this->size) * 100;
|
||||
|
||||
if($this->what instanceof Entity){
|
||||
|
Reference in New Issue
Block a user