diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index d68d610d1..8bc7b3942 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -1184,6 +1184,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade $pk->y = (int) $this->spawnPosition->y; $pk->z = (int) $this->spawnPosition->z; $pk->spawnType = SetSpawnPositionPacket::TYPE_PLAYER_SPAWN; + $pk->spawnForced = false; $this->dataPacket($pk); }