This commit is contained in:
Kai Philipp
2019-09-10 20:55:51 +02:00
parent 09c4e09946
commit 5cf037c43f
+1 -1
View File
@@ -466,7 +466,7 @@ ServerGame::StoreLastGames()
if(lastGames.size() > 0)
//GetLobbyThread().GetDatabase().SetGamePlayerPlace(GetId(), (*i).second.dbid, lastGames);
LOG_VERBOSE("first timeStamp" << lastGames.front().first << ".");
LOG_VERBOSE("first timeStamp" << (long)lastGames.front().first << ".");
}
++i;
}