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,8 +653,10 @@ 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);
} }
if($this->spawned){
$this->sendCommandData(); $this->sendCommandData();
} }
}
/** /**
* @return PermissionAttachmentInfo[] * @return PermissionAttachmentInfo[]