This commit is contained in:
Kai Philipp
2019-09-15 17:36:03 +02:00
parent fb9a1a8781
commit d707d3d653
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ public:
void AddPlayerLastGame(long last_games);
void SetPlayerLastGames(std::vector<long> last_games);
std::vector<long> GetPlayerLastGames();
bool IsPlayerAllowedToJoinCreateLimitRank(int num, int period);
bool IsPlayerAllowedToJoinCreateLimitRank(string num, string period);
bool operator<(const PlayerData &other) const;