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