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