Skip to content

Commit

Permalink
giga oops
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Jan 1, 2025
1 parent 21f5479 commit dd3c22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ def main(args, seed=None, baked_server_options: Optional[Dict[str, object]] = No
else:
multiworld.worlds[1].options.non_local_items.value = set()
multiworld.worlds[1].options.local_items.value = set()

AutoWorld.call_all(multiworld, "generate_basic")

AutoWorld.call_all(multiworld, "connect_entrances")
AutoWorld.call_all(multiworld, "generate_basic")

# remove starting inventory from pool items.
# Because some worlds don't actually create items during create_items this has to be as late as possible.
Expand Down

0 comments on commit dd3c22a

Please sign in to comment.