mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-17 09:13:31 -07:00
Core: write playthrough is disabled, rather than an empty section
This commit is contained in:
2
Main.py
2
Main.py
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user