This commit is contained in:
Kai Philipp
2019-09-15 17:39:17 +02:00
parent d707d3d653
commit f9b9b91df7
+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(string num, string period);
bool IsPlayerAllowedToJoinCreateLimitRank(std::string num, std::string period);
bool operator<(const PlayerData &other) const;