diff --git a/src/playerdata.h b/src/playerdata.h index cf47e353..32e9bd31 100644 --- a/src/playerdata.h +++ b/src/playerdata.h @@ -120,7 +120,7 @@ public: void AddPlayerLastGame(long last_games); void SetPlayerLastGames(std::vector last_games); std::vector GetPlayerLastGames(); - bool IsPlayerAllowedToJoinCreateLimitRank(); + bool IsPlayerAllowedToJoinCreateLimitRank(int num, int period); bool operator<(const PlayerData &other) const;