This commit is contained in:
Kai Philipp
2019-09-10 21:00:03 +02:00
parent 93534a5154
commit ce5b242ac3
+1 -1
View File
@@ -464,7 +464,7 @@ ServerGame::StoreLastGames()
if(lastGames.size() > 0)
//GetLobbyThread().GetDatabase().SetGamePlayerPlace(GetId(), (*i).second.dbid, lastGames);
LOG_VERBOSE("last timeStamp" << lastGames.end() << ".");
LOG_VERBOSE("last timeStamp" << *lastGames.end() << ".");
}
++i;
}