mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Do not set Level to null, closes #2032
This commit is contained in:
@@ -1114,7 +1114,6 @@ abstract class Entity extends Position implements Metadatable{
|
||||
$level->removeEntity($this);
|
||||
}
|
||||
$this->despawnFromAll();
|
||||
$this->level = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user