Possible fix for #2394

This commit is contained in:
Shoghi Cervantes 2014-12-12 12:05:36 +01:00
parent 2752393c42
commit c81bbdaaa9

View File

@ -1256,7 +1256,6 @@ abstract class Entity extends Location implements Metadatable{
$this->level->removeEntity($this); $this->level->removeEntity($this);
} }
$this->despawnFromAll(); $this->despawnFromAll();
$this->level = null;
} }
} }