diff --git a/worlds/gl/GauntletLegendsClient.py b/GauntletLegendsClient.py similarity index 100% rename from worlds/gl/GauntletLegendsClient.py rename to GauntletLegendsClient.py diff --git a/worlds/gl/__init__.py b/worlds/gl/__init__.py index 8cc406218d05..d83354f9a3ac 100644 --- a/worlds/gl/__init__.py +++ b/worlds/gl/__init__.py @@ -17,7 +17,7 @@ def launch_client(*args): - from .GauntletLegendsClient import launch + from GauntletLegendsClient import launch launch_subprocess(launch, name="GLClient")