Fixed players and entities getting despawned

This commit is contained in:
Shoghi Cervantes
2014-06-23 15:25:44 +02:00
parent fd4fc4ff94
commit 31a7410acd
2 changed files with 4 additions and 3 deletions

View File

@@ -610,8 +610,9 @@ abstract class Entity extends Position implements Metadatable{
$pk->started = $this->getLevel()->stopTime == false;
$this->dataPacket($pk);
}
$this->spawnToAll();
$this->chunk = null;
return true;
}
public function getPosition(){