diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index b40531a3f..ef45c204f 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -653,7 +653,9 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{ $this->server->getPluginManager()->subscribeToPermission(Server::BROADCAST_CHANNEL_ADMINISTRATIVE, $this); } - $this->sendCommandData(); + if($this->spawned){ + $this->sendCommandData(); + } } /**