diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index c1f9aebc5..e2aba211b 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -1721,7 +1721,7 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{ $this->orderChunks(); } - if(count($this->loadQueue) > 0 or !$this->spawned){ + if(count($this->loadQueue) > 0){ $this->sendNextChunk(); }