Fixed Entities being placed in recreated chunks

This commit is contained in:
Shoghi Cervantes
2015-01-06 18:45:08 +01:00
parent 469ef84733
commit d4e4430df0
2 changed files with 2 additions and 2 deletions

View File

@@ -1203,7 +1203,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
if(!$this->loggedIn){
return false;
}
if($this->dead === true and $this->spawned){
++$this->deadTicks;
if($this->deadTicks >= 10){