From 574699a52747c8546af2c8fd53a11d963d504136 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 4 Feb 2020 10:59:19 +0100 Subject: [PATCH] remove extraneous spoiler creation --- Main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Main.py b/Main.py index 37bb4e4e1a..cbad3e450c 100644 --- a/Main.py +++ b/Main.py @@ -219,9 +219,6 @@ def main(args, seed=None): with open(output_path('%s_multidata' % outfilebase), 'wb') as f: f.write(multidata) - if args.create_spoiler and not args.jsonout: - world.spoiler.to_file(output_path('%s_Spoiler.txt' % outfilebase)) - if not args.skip_playthrough: logger.info('Calculating playthrough.') create_playthrough(world)