Fixed issue with OW layout validation error with reversible lists
This commit is contained in:
@@ -1049,7 +1049,7 @@ def validate_layout(world, player):
|
|||||||
start_region = 'Hyrule Castle Ledge'
|
start_region = 'Hyrule Castle Ledge'
|
||||||
explore_region(start_region)
|
explore_region(start_region)
|
||||||
|
|
||||||
unreachable_regions = {}
|
unreachable_regions = OrderedDict()
|
||||||
unreachable_count = -1
|
unreachable_count = -1
|
||||||
while unreachable_count != len(unreachable_regions):
|
while unreachable_count != len(unreachable_regions):
|
||||||
# find unreachable regions
|
# find unreachable regions
|
||||||
|
|||||||
Reference in New Issue
Block a user