Fixed issue with filename always outputting DR, not OR
This commit is contained in:
2
Main.py
2
Main.py
@@ -143,8 +143,6 @@ def main(args, seed=None, fish=None):
|
|||||||
else:
|
else:
|
||||||
outfilebase = f'DR_{args.outputname if args.outputname else world.seed}'
|
outfilebase = f'DR_{args.outputname if args.outputname else world.seed}'
|
||||||
|
|
||||||
outfilebase = f'DR_{args.outputname if args.outputname else world.seed}'
|
|
||||||
|
|
||||||
for player in range(1, world.players + 1):
|
for player in range(1, world.players + 1):
|
||||||
world.difficulty_requirements[player] = difficulties[world.difficulty[player]]
|
world.difficulty_requirements[player] = difficulties[world.difficulty[player]]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user