bugfix
This commit is contained in:
+1
-1
@@ -291,7 +291,7 @@ LOG_ERROR("checking IsPlayerAllowedToJoinCreateLimitRank() ");
|
|||||||
count++;
|
count++;
|
||||||
}else{
|
}else{
|
||||||
LOG_ERROR("erasing overdued timestamp " << *timeStamp);
|
LOG_ERROR("erasing overdued timestamp " << *timeStamp);
|
||||||
timeStamp = m_last_games.erase(i); // erase overdued entries
|
timeStamp = m_last_games.erase(timeStamp); // erase overdued entries
|
||||||
}
|
}
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user