bugfix string split

This commit is contained in:
Kai Philipp
2019-09-14 18:14:34 +02:00
parent f44711082b
commit 7303d235a0
2 changed files with 1 additions and 14 deletions
+1 -1
View File
@@ -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++;
}