changes for new structure
This commit is contained in:
committed by
Steffen Schröder
parent
027af49bc9
commit
0c6d8c010c
@ -117,7 +117,7 @@ class PlayerManager implements CallbackListener {
|
||||
if($playerItem->playerId <= 0) {
|
||||
continue;
|
||||
}
|
||||
$playerInfo = $this->maniaControl->client->getDetailedPlayerInfo($playerItem['Login']);
|
||||
$playerInfo = $this->maniaControl->client->getDetailedPlayerInfo($playerItem->login);
|
||||
$player = new Player($playerInfo);
|
||||
$this->addPlayer($player);
|
||||
}
|
||||
|
Reference in New Issue
Block a user