small update
This commit is contained in:
parent
273509adb5
commit
b67261fe5d
@ -126,6 +126,8 @@ class PlayerManager implements CallbackListener {
|
||||
$playerItem->isSpectator = $detailedPlayerInfo->isSpectator;
|
||||
$playerItem->avatar = $detailedPlayerInfo->avatar;
|
||||
$playerItem->ladderStats = $detailedPlayerInfo->ladderStats;
|
||||
|
||||
$playerItem->hoursSinceZoneInscription = $detailedPlayerInfo->hoursSinceZoneInscription;
|
||||
|
||||
$player = new Player($playerItem);
|
||||
$player->hasJoinedGame = true;
|
||||
|
Loading…
Reference in New Issue
Block a user