small update

This commit is contained in:
kremsy 2014-01-25 13:22:56 +01:00 committed by Steffen Schröder
parent 273509adb5
commit b67261fe5d

View File

@ -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;