Do not set Level to null, closes #2032

This commit is contained in:
Shoghi Cervantes
2014-09-01 11:29:44 +02:00
parent 3eac08f5ba
commit c5626bae34
4 changed files with 1 additions and 17 deletions

View File

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