now
This commit is contained in:
@@ -448,7 +448,7 @@ SessionData::IsPlayerAllowedToJoinLimitRank()
|
|||||||
if(*timeStamp > then)
|
if(*timeStamp > then)
|
||||||
count++;
|
count++;
|
||||||
else
|
else
|
||||||
m_lastGames.erase(*timeStamp);
|
m_lastGames.erase(timeStamp);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(count < num)
|
if(count < num)
|
||||||
|
|||||||
Reference in New Issue
Block a user