This commit is contained in:
Kai Philipp
2019-09-09 22:21:39 +02:00
parent 7dc83ce49f
commit 4f91bf60dc
+1 -1
View File
@@ -1440,7 +1440,7 @@ ServerLobbyThread::HandleNetPacketJoinGame(boost::shared_ptr<SessionData> sessio
} else {
// @FIXME: debug only - final poition is gamestart
session->AddPlayerLastGame((unsigned long)time(NULL));
LOG_ERROR("TimeStamp stored: " << session->GetPlayerLastGames()->front());
LOG_ERROR("TimeStamp stored: " << session->GetPlayerLastGames().front());
MoveSessionToGame(game, session, joinGame.autoleave(), false);
}
}