mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
ItemLinks: fix all_state not collecting event locations
This commit is contained in:
@@ -272,6 +272,7 @@ class MultiWorld():
|
||||
|
||||
def _recache(self):
|
||||
"""Rebuild world cache"""
|
||||
self._cached_locations = None
|
||||
for region in self.regions:
|
||||
player = region.player
|
||||
self._region_cache[player][region.name] = region
|
||||
|
Reference in New Issue
Block a user