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

            await battle.SayBattle("Min 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!");
        }
Example #2
0
        public override async Task ExecuteArmed(ServerBattle battle, Say e)
        {
            await battle.SwitchMinElo(elo);

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