bugfix
This commit is contained in:
@@ -1440,7 +1440,7 @@ ServerLobbyThread::HandleNetPacketJoinGame(boost::shared_ptr<SessionData> sessio
|
|||||||
} else {
|
} else {
|
||||||
// @FIXME: debug only - final position is gamestart
|
// @FIXME: debug only - final position is gamestart
|
||||||
session->GetPlayerData()->AddPlayerLastGame((long)time(NULL));
|
session->GetPlayerData()->AddPlayerLastGame((long)time(NULL));
|
||||||
LOG_ERROR("TimeStamp stored: " << *session->GetPlayerData()->GetPlayerLastGames().back());
|
LOG_ERROR("TimeStamp stored: " << session->GetPlayerData()->GetPlayerLastGames().back());
|
||||||
MoveSessionToGame(game, session, joinGame.autoleave(), false);
|
MoveSessionToGame(game, session, joinGame.autoleave(), false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user