mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Fixed DroppedItems not being restored after save
This commit is contained in:
@@ -186,6 +186,7 @@ abstract class Entity extends Position implements Metadatable{
|
||||
$this->justCreated = false;
|
||||
$this->server->getPluginManager()->callEvent(new EntitySpawnEvent($this));
|
||||
$this->scheduleUpdate();
|
||||
|
||||
}
|
||||
|
||||
public function saveNBT(){
|
||||
|
Reference in New Issue
Block a user