mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
HK: Fix Nondeterministic Behavior #4244
This commit is contained in:
@@ -231,7 +231,7 @@ class HKWorld(World):
|
|||||||
all_event_names.update(set(godhome_event_names))
|
all_event_names.update(set(godhome_event_names))
|
||||||
|
|
||||||
# Link regions
|
# Link regions
|
||||||
for event_name in all_event_names:
|
for event_name in sorted(all_event_names):
|
||||||
#if event_name in wp_exclusions:
|
#if event_name in wp_exclusions:
|
||||||
# continue
|
# continue
|
||||||
loc = HKLocation(self.player, event_name, None, menu_region)
|
loc = HKLocation(self.player, event_name, None, menu_region)
|
||||||
|
|||||||
Reference in New Issue
Block a user