diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index 451d4da3..be0f0b34 100644 --- a/src/net/common/serverlobbythread.cpp +++ b/src/net/common/serverlobbythread.cpp @@ -1440,7 +1440,7 @@ ServerLobbyThread::HandleNetPacketJoinGame(boost::shared_ptr sessio } else { // @FIXME: debug only - final position is gamestart session->AddPlayerLastGame((unsigned long)time(NULL)); - //LOG_ERROR("TimeStamp stored: " << session->GetPlayerLastGames().front()); + LOG_ERROR("TimeStamp stored: " << session->GetPlayerLastGames().end()); MoveSessionToGame(game, session, joinGame.autoleave(), false); } }