Core: write playthrough is disabled, rather than an empty section

This commit is contained in:
Fabian Dill
2023-10-03 22:38:46 +02:00
parent 78057476f3
commit aa36271e02
2 changed files with 11 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ def main(args, seed=None, baked_server_options: Optional[Dict[str, object]] = No
logger = logging.getLogger()
world.set_seed(seed, args.race, str(args.outputname) if args.outputname else None)
world.plando_options = args.plando_options
world.spoiler.level = args.spoiler
world.shuffle = args.shuffle.copy()
world.logic = args.logic.copy()
world.mode = args.mode.copy()