mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-17 05:38:37 -07:00
Core: introduce finalize_multiworld and pre_output stages (#5700)
Co-authored-by: Ishigh1 <[email protected]> Co-authored-by: Duck <[email protected]> Co-authored-by: black-sliver <[email protected]>
This commit is contained in:
co-authored by
Ishigh1
Duck
black-sliver
parent
922c7fe86a
commit
a3e8f69909
@@ -207,6 +207,9 @@ def main(args, seed=None, baked_server_options: dict[str, object] | None = None)
|
||||
else:
|
||||
logger.info("Progression balancing skipped.")
|
||||
|
||||
AutoWorld.call_all(multiworld, "finalize_multiworld")
|
||||
AutoWorld.call_all(multiworld, "pre_output")
|
||||
|
||||
# we're about to output using multithreading, so we're removing the global random state to prevent accidental use
|
||||
multiworld.random.passthrough = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user