remove extraneous spoiler creation

This commit is contained in:
Fabian Dill 2020-02-04 10:59:19 +01:00
parent 8ea3f34898
commit 574699a527
1 changed files with 0 additions and 3 deletions

View File

@ -219,9 +219,6 @@ def main(args, seed=None):
with open(output_path('%s_multidata' % outfilebase), 'wb') as f: with open(output_path('%s_multidata' % outfilebase), 'wb') as f:
f.write(multidata) 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: if not args.skip_playthrough:
logger.info('Calculating playthrough.') logger.info('Calculating playthrough.')
create_playthrough(world) create_playthrough(world)