This commit is contained in:
Kai Philipp
2019-09-09 23:02:51 +02:00
parent b29a8cc0e7
commit f35495c05f
+1 -1
View File
@@ -448,7 +448,7 @@ SessionData::IsPlayerAllowedToJoinLimitRank()
if(*timeStamp > then)
count++;
else
m_lastGames.erase(*timeStamp);
m_lastGames.erase(timeStamp);
}
if(count < num)