Skip to content

Commit

Permalink
revert incorrect change in oot
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysintreble committed Oct 9, 2024
1 parent 4add621 commit aaae352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/oot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ def get_entrance_to_region(region):
if entrance.name in hint_entrances:
return entrance
if region.dungeon is not None:
for r in region.dungeon._regions:
for r in region.dungeon.regions:
for e in r.entrances:
if e.name in hint_entrances:
return e
Expand Down

0 comments on commit aaae352

Please sign in to comment.