File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1333,7 +1333,7 @@ def bigocto_location(self) -> Optional[Location]:
13331333 for exit in region .exits
13341334 if exit .connected_region is not None
13351335 and (exit .connected_region .dungeon is None or exit .connected_region .dungeon .name != 'Jabu Jabus Belly' )
1336- and exit .connected_region . name not in already_checked
1336+ and exit .connected_region not in already_checked
13371337 }
13381338 self .cached_bigocto_location = location
13391339 return location
Original file line number Diff line number Diff line change 11__version__ = '9.0.14'
22
33# This is a supplemental version number for branches based off of main dev.
4- supplementary_version = 4
4+ supplementary_version = 5
55
66# Pick a unique identifier byte for your fork if you are intending to have a long-lasting branch.
77# This will be 0x00 for main releases and 0x01 for main dev.
You can’t perform that action at this time.
0 commit comments