Skip to content

Commit 71c328b

Browse files
authored
Merge pull request #64 from ManualForArchipelago/deprecations-notices-fix
Small Deprecation fix
2 parents 569b545 + 920ccac commit 71c328b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Regions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def create_region(world: World, multiworld: MultiWorld, player: int, name: str,
6262
loc_id = world.location_name_to_id.get(location, 0)
6363
locationObj = ManualLocation(player, location, loc_id, ret)
6464
if location_name_to_location[location].get('prehint'):
65-
multiworld.start_location_hints[player].value.add(location)
65+
world.options.start_location_hints.value.add(location)
6666
ret.locations.append(locationObj)
6767
if exits:
6868
for exit in exits:

0 commit comments

Comments
 (0)