Exemple #1
0
        public override async Task ExecuteArmed(ServerBattle battle, Say e)
        {
            await battle.SwitchMaxElo(elo);

            await battle.SayBattle("Max elo changed to " + elo);

            await battle.SayBattle($"Warning: This command will have no effect if there are more than {DynamicConfig.Instance.MaximumStatLimitedBattlePlayers} players in the room!");
        }
        public override async Task ExecuteArmed(ServerBattle battle, Say e)
        {
            await battle.SwitchMaxElo(elo);

            await battle.SayBattle("Max elo changed to " + elo);
        }