diff --git a/src/player/Player.php b/src/player/Player.php index 3852ce2258..0f3b6e859a 100644 --- a/src/player/Player.php +++ b/src/player/Player.php @@ -2212,6 +2212,9 @@ class Player extends Human implements CommandSender, ChunkLoader, ChunkListener, $this->resetFallDistance(); $this->nextChunkOrderRun = 0; + if($this->spawnChunkLoadCount !== -1){ + $this->spawnChunkLoadCount = 0; + } $this->stopSleep(); $this->blockBreakHandler = null;