fixed bestof, rounddelay, and finalsbestof flags in tournament start
This commit is contained in:
parent
063e274701
commit
8c47509c6c
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue