Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
PoryGone committed Nov 8, 2023
1 parent d7aff5e commit 89331b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/dk64/Regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def connect(world: World, source: str, target: str,

name = source + "->" + target

connection = Entrance(player, name, source_region)
connection = Entrance(world.player, name, source_region)

if rule:
connection.access_rule = rule
Expand Down

0 comments on commit 89331b9

Please sign in to comment.