Merge pull request #1 from NewboO/master

Adaptation to new dedicated-api
This commit is contained in:
Lukas Kremsmayr
2014-05-08 19:24:20 +02:00
4 changed files with 57 additions and 43 deletions

View File

@ -275,7 +275,7 @@ class Server implements CallbackListener {
/**
* Get Server Player Info
*
* @return \Maniaplanet\DedicatedServer\Structures\Player
* @return \Maniaplanet\DedicatedServer\Structures\PlayerInfo
*/
public function getInfo() {
return $this->maniaControl->client->getMainServerPlayerInfo();