Fixed issue with OW layout validation error with reversible lists

This commit is contained in:
codemann8
2022-01-12 02:54:24 -06:00
parent d01ddabcaf
commit 8ade8e79b5

View File

@@ -1049,7 +1049,7 @@ def validate_layout(world, player):
start_region = 'Hyrule Castle Ledge'
explore_region(start_region)
unreachable_regions = {}
unreachable_regions = OrderedDict()
unreachable_count = -1
while unreachable_count != len(unreachable_regions):
# find unreachable regions