From 830145ff3a47bf8bc4b28f88026472691478dc50 Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Mon, 9 Sep 2019 23:09:51 +0200 Subject: [PATCH] bugfixes --- src/net/common/serverlobbythread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index 5d622506..b68ad25f 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((long)time(NULL)); - LOG_ERROR("TimeStamp stored: " << session->GetPlayerLastGames().end()); + LOG_ERROR("TimeStamp stored: " << *session->GetPlayerLastGames().end()); MoveSessionToGame(game, session, joinGame.autoleave(), false); } }