mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Performance improvements in blocks and Entities
This commit is contained in:
@ -117,7 +117,7 @@ abstract class Tile extends Position{
|
||||
if(($level = $this->getLevel()) instanceof Level){
|
||||
$level->removeTile($this);
|
||||
}
|
||||
$this->level->release();
|
||||
unset($this->level);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user