Skip to content

Commit

Permalink
Update worlds/kh1/Client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Scipio Wright <[email protected]>
  • Loading branch information
gaithern and ScipioWright authored Jul 7, 2024
1 parent ec738c4 commit 3085321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/kh1/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class KH1Manager(GameManager):


async def game_watcher(ctx: KH1Context):
from worlds.kh1.Locations import lookup_id_to_name
from .Locations import lookup_id_to_name
while not ctx.exit_event.is_set():
global death_link
if death_link and "DeathLink" not in ctx.tags:
Expand Down

0 comments on commit 3085321

Please sign in to comment.