mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
NetworkSession: changed misleading debug message in beginSpawnSequence()
This commit is contained in:
@ -701,7 +701,7 @@ class NetworkSession{
|
||||
$this->setHandler(new PreSpawnPacketHandler($this->server, $this->player, $this));
|
||||
$this->player->setImmobile(); //TODO: HACK: fix client-side falling pre-spawn
|
||||
|
||||
$this->logger->debug("Waiting for spawn chunks");
|
||||
$this->logger->debug("Waiting for chunk radius request");
|
||||
}
|
||||
|
||||
public function notifyTerrainReady() : void{
|
||||
|
Reference in New Issue
Block a user