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