Skip to content

Commit

Permalink
Update Client Name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrq committed Jun 9, 2024
1 parent 35767be commit 24b4f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/gl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 24b4f03

Please sign in to comment.