Merge branch 'release/alpha12'

This commit is contained in:
Dylan K. Taylor 2018-05-17 19:27:26 -04:00
commit f757ba1851

View File

@ -653,7 +653,9 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{
$this->server->getPluginManager()->subscribeToPermission(Server::BROADCAST_CHANNEL_ADMINISTRATIVE, $this); $this->server->getPluginManager()->subscribeToPermission(Server::BROADCAST_CHANNEL_ADMINISTRATIVE, $this);
} }
$this->sendCommandData(); if($this->spawned){
$this->sendCommandData();
}
} }
/** /**