using config.xml values for limitrank

This commit is contained in:
Kai Philipp
2019-09-15 17:30:54 +02:00
parent b3117f3046
commit c2aba0782c
+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();
bool IsPlayerAllowedToJoinCreateLimitRank(int num, int period);
bool operator<(const PlayerData &other) const;