From 10caf09492fdf1bfd46924f8e1e75d2d8265beaa Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sat, 9 Jul 2022 10:34:11 -0500 Subject: [PATCH] Fixed issue with filename always outputting DR, not OR --- Main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Main.py b/Main.py index c0ab72e7..b008593e 100644 --- a/Main.py +++ b/Main.py @@ -143,8 +143,6 @@ def main(args, seed=None, fish=None): else: 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): world.difficulty_requirements[player] = difficulties[world.difficulty[player]]