From 35767be731af3fee6090eae8740ee15182a3977a Mon Sep 17 00:00:00 2001 From: jamesbrq Date: Sun, 9 Jun 2024 01:50:11 -0400 Subject: [PATCH] Move client to root --- worlds/gl/GauntletLegendsClient.py => GauntletLegendsClient.py | 0 worlds/gl/__init__.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename worlds/gl/GauntletLegendsClient.py => GauntletLegendsClient.py (100%) 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")