core: write the plando settings to the spoiler log (#1248)

Co-authored-by: Zach Parks <zach@alliware.com>
This commit is contained in:
alwaysintreble
2023-01-15 11:10:26 -06:00
committed by GitHub
parent e96602d31b
commit dd3ae5ecbd
3 changed files with 61 additions and 53 deletions

View File

@@ -38,6 +38,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 world.seed))
world.plando_settings = args.plando_settings
world.shuffle = args.shuffle.copy()
world.logic = args.logic.copy()