Fixed output path in Mystery to use the saved settings if not specified on CLI

This commit is contained in:
codemann8
2021-10-27 21:59:34 -05:00
parent 152adde3cb
commit 7f3a373b68

View File

@@ -63,7 +63,8 @@ def main():
erargs.create_spoiler = args.create_spoiler
erargs.race = True
erargs.outputname = seedname
erargs.outputpath = args.outputpath
if args.outputpath:
erargs.outputpath = args.outputpath
erargs.loglevel = args.loglevel
if args.rom: