Skip to content

Commit

Permalink
Move client to root
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrq committed Jun 9, 2024
1 parent a061202 commit 35767be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion worlds/gl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


def launch_client(*args):
from .GauntletLegendsClient import launch
from GauntletLegendsClient import launch

launch_subprocess(launch, name="GLClient")

Expand Down

0 comments on commit 35767be

Please sign in to comment.