The Messenger: speed up generation for large multiworlds (#2359)

This commit is contained in:
Aaron Wagener
2023-10-25 02:56:56 -05:00
committed by GitHub
parent e5554f8630
commit be959c05a6
2 changed files with 3 additions and 4 deletions

View File

@@ -32,7 +32,6 @@ class MessengerRegion(Region):
loc_dict = {loc: world.location_name_to_id[loc] if loc in world.location_name_to_id else None
for loc in locations}
self.add_locations(loc_dict, MessengerLocation)
world.multiworld.regions.append(self)
class MessengerLocation(Location):