log_error

This commit is contained in:
Kai Philipp
2019-09-14 17:39:36 +02:00
parent 9042442d33
commit 0bba55d3c4
+1 -1
View File
@@ -288,7 +288,7 @@ LOG_ERROR("checking IsPlayerAllowedToJoinCreateLimitRank() ");
if(*timeStamp > then)
count++;
else
m_last_games.erase(timeStamp); // erase overdued entries
//m_last_games.erase(timeStamp); // erase overdued entries
}
if(count < SERVER_ALLOWED_RANKING_GAMES_PER_MINUTES)