create game limit

This commit is contained in:
Kai Philipp
2019-09-11 20:45:52 +02:00
parent ff4c2c5302
commit c3a5c8ec85
5 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ public:
void AddPlayerLastGame(long lastGames);
void SetPlayerLastGames(std::vector<long> lastGames);
std::vector<long> GetPlayerLastGames();
bool IsPlayerAllowedToJoinLimitRank();
bool IsPlayerAllowedToJoinCreateLimitRank();
bool operator<(const PlayerData &other) const;