diff --git a/src/pocketmine/entity/Entity.php b/src/pocketmine/entity/Entity.php index 9cd979592..274b284d6 100644 --- a/src/pocketmine/entity/Entity.php +++ b/src/pocketmine/entity/Entity.php @@ -750,7 +750,6 @@ abstract class Entity extends Location implements Metadatable{ } $this->level->freeChunk($X, $Z, $this); } - $this->level->freeAllChunks($this); } } $this->setLevel($targetLevel, $this instanceof Player ? true : false); //Hard reference