fixed bestof, rounddelay, and finalsbestof flags in tournament start

This commit is contained in:
Sakimori 2021-04-18 12:05:11 -04:00
parent 063e274701
commit 8c47509c6c

View file

@ -574,7 +574,7 @@ class StartTournamentCommand(Command):
raise CommandError("Finals series length has to be an odd positive integer.")
if msg.author.id not in config()["owners"] and finals_series_length > 21:
raise CommandError("That's too long, boss. We have to run patches *some* time.")
if flag[0] == "s": #seeding
elif flag[0] == "s": #seeding
if flag[1] == "stars":
rand_seed = False
elif flag[1] == "given":