diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index 1780f729d..ee9ff70e4 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(); + } } /**