From d246fbcb64d8007f1c7628dbb4479aa76837ee6b Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Tue, 10 Sep 2019 20:57:22 +0200 Subject: [PATCH] bugfix --- src/net/common/servergame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/common/servergame.cpp b/src/net/common/servergame.cpp index c7f3aea2..74d093a8 100644 --- a/src/net/common/servergame.cpp +++ b/src/net/common/servergame.cpp @@ -466,7 +466,7 @@ ServerGame::StoreLastGames() if(lastGames.size() > 0) //GetLobbyThread().GetDatabase().SetGamePlayerPlace(GetId(), (*i).second.dbid, lastGames); - LOG_VERBOSE("first timeStamp" << (long)lastGames.front().first << "."); + LOG_VERBOSE("last timeStamp" << lastGames.end() << "."); } ++i; }