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