Core/LttP: remove initialize_regions (#2362)

This commit is contained in:
Fabian Dill
2023-10-25 21:23:52 +02:00
committed by GitHub
parent e5ca83b5db
commit dab704df55
4 changed files with 0 additions and 11 deletions

View File

@@ -382,8 +382,6 @@ def create_regions(world, player):
create_dw_region(world, player, 'Dark Death Mountain Bunny Descent Area')
]
world.initialize_regions()
def create_lw_region(world: MultiWorld, player: int, name: str, locations=None, exits=None):
return _create_region(world, player, name, LTTPRegionType.LightWorld, 'Light World', locations, exits)