This commit is contained in:
Kai Philipp
2019-09-10 20:54:59 +02:00
parent a667b65a22
commit 09c4e09946
+2 -2
View File
@@ -461,10 +461,10 @@ ServerGame::StoreLastGames()
boost::shared_ptr<SessionData> tmpSession = GetSessionManager().GetSessionByUniquePlayerId((*i).second.dbid);
if(tmpSession.size() > 0){
if(tmpSession){
std::vector<long> lastGames = tmpSession->GetPlayerData()->GetPlayerLastGames();
if(lastGames)
if(lastGames.size() > 0)
//GetLobbyThread().GetDatabase().SetGamePlayerPlace(GetId(), (*i).second.dbid, lastGames);
LOG_VERBOSE("first timeStamp" << lastGames.front().first << ".");
}