Remove unneeded world region setting

This commit is contained in:
codemann8
2025-11-21 11:40:42 -06:00
parent 483e7f49ad
commit 1bb803016e

View File

@@ -170,7 +170,6 @@ def main(args, seed=None, fish=None):
for player in range(1, world.players + 1): for player in range(1, world.players + 1):
link_overworld(world, player) link_overworld(world, player)
create_shops(world, player) create_shops(world, player)
update_world_regions(world, player)
mark_light_dark_world_regions(world, player) mark_light_dark_world_regions(world, player)
init_districts(world) init_districts(world)