diff --git a/src/net/common/servergame.cpp b/src/net/common/servergame.cpp index 11d5659f..9b14f770 100644 --- a/src/net/common/servergame.cpp +++ b/src/net/common/servergame.cpp @@ -461,12 +461,10 @@ LOG_ERROR("StoreLastGames() entered."); while (i != end) { LOG_ERROR("iterating m_rankingMap ... userId " << (*i).second.dbid); boost::shared_ptr tmpSession = GetSessionManager().GetSessionByUniquePlayerId((*i).second.dbid); - - if(tmpSession){ std::vector lastGames = tmpSession->GetPlayerData()->GetPlayerLastGames(); - if(lastGames.size() > 0) + //if(lastGames.size() > 0) //GetLobbyThread().GetDatabase().SetGamePlayerPlace(GetId(), (*i).second.dbid, lastGames); LOG_ERROR("last timeStamp" << lastGames.back() << "."); }