remove extraneous spoiler creation
This commit is contained in:
parent
8ea3f34898
commit
574699a527
3
Main.py
3
Main.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue