log_error
This commit is contained in:
+1
-1
@@ -287,7 +287,7 @@ LOG_ERROR("checking IsPlayerAllowedToJoinCreateLimitRank() ");
|
|||||||
for(std::vector<long>::iterator timeStamp = m_last_games.begin(); timeStamp != m_last_games.end(); ++timeStamp) {
|
for(std::vector<long>::iterator timeStamp = m_last_games.begin(); timeStamp != m_last_games.end(); ++timeStamp) {
|
||||||
if(*timeStamp > then)
|
if(*timeStamp > then)
|
||||||
count++;
|
count++;
|
||||||
else
|
//else
|
||||||
//m_last_games.erase(timeStamp); // erase overdued entries
|
//m_last_games.erase(timeStamp); // erase overdued entries
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user