diff --git a/KH1Client.py b/KH1Client.py deleted file mode 100644 index 4c3ed501..00000000 --- a/KH1Client.py +++ /dev/null @@ -1,9 +0,0 @@ -if __name__ == '__main__': - import ModuleUpdate - ModuleUpdate.update() - - import Utils - Utils.init_logging("KH1Client", exception_logger="Client") - - from worlds.kh1.Client import launch - launch() diff --git a/worlds/kh1/__init__.py b/worlds/kh1/__init__.py index f14f6ea3..fbdc9920 100644 --- a/worlds/kh1/__init__.py +++ b/worlds/kh1/__init__.py @@ -21,7 +21,7 @@ def launch_client(): launch_component(launch, name="KH1 Client") -components.append(Component("KH1 Client", "KH1Client", func=launch_client, component_type=Type.CLIENT, icon="kh1_heart")) +components.append(Component("KH1 Client", func=launch_client, component_type=Type.CLIENT, icon="kh1_heart")) icon_paths["kh1_heart"] = f"ap:{__name__}/icons/kh1_heart.png"