From 24b4f0329a611f8c24f901516a666f1b8e4c5b8a Mon Sep 17 00:00:00 2001 From: jamesbrq Date: Sun, 9 Jun 2024 15:52:47 -0400 Subject: [PATCH] Update Client Name --- worlds/gl/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/gl/__init__.py b/worlds/gl/__init__.py index d83354f9a3ac..44ef4e250a64 100644 --- a/worlds/gl/__init__.py +++ b/worlds/gl/__init__.py @@ -19,13 +19,13 @@ def launch_client(*args): from GauntletLegendsClient import launch - launch_subprocess(launch, name="GLClient") + launch_subprocess(launch, name="GauntletLegendsClient") components.append( Component( "Gauntlet Legends Client", - "GLClient", + "GauntletLegendsClient", func=launch_client, component_type=Type.CLIENT, file_identifier=SuffixIdentifier(".apgl"),