mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Performance improvements in blocks and Entities
This commit is contained in:
@@ -1055,7 +1055,7 @@ abstract class Entity extends Position implements Metadatable{
|
||||
$level->removeEntity($this);
|
||||
}
|
||||
$this->despawnFromAll();
|
||||
$this->level->release();
|
||||
unset($this->level);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user