log_error

This commit is contained in:
Kai Philipp
2019-09-14 17:40:01 +02:00
parent 0bba55d3c4
commit 66169137a5
+1 -1
View File
@@ -287,7 +287,7 @@ LOG_ERROR("checking IsPlayerAllowedToJoinCreateLimitRank() ");
for(std::vector<long>::iterator timeStamp = m_last_games.begin(); timeStamp != m_last_games.end(); ++timeStamp) {
if(*timeStamp > then)
count++;
else
//else
//m_last_games.erase(timeStamp); // erase overdued entries
}