diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index 658cee45..2f0bd94c 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 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); } }