debugging

This commit is contained in:
Kai Philipp
2019-09-10 21:46:44 +02:00
parent fc614ca5ec
commit cbb35b4aa3
+1 -1
View File
@@ -468,7 +468,7 @@ LOG_ERROR("iterating m_rankingMap ... userId " << (*i).second.dbid);
if(lastGames.size() > 0)
//GetLobbyThread().GetDatabase().SetGamePlayerPlace(GetId(), (*i).second.dbid, lastGames);
LOG_ERROR("last timeStamp" << *lastGames.back() << ".");
LOG_ERROR("last timeStamp" << lastGames.back() << ".");
}
++i;
}