Skip to content

Commit

Permalink
Update worlds/LauncherComponents.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint authored Nov 22, 2024
1 parent 70c9eca commit 0591a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/LauncherComponents.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Type(Enum):
class Component:
"""
A Component represents a process launchable by Archipelago Launcher, either by a User action in the GUI,
by resolving an archipelago://user:pass@host:port link from the Webhost, by resolving a patch file's metadata,
by resolving an archipelago://user:pass@host:port link from the WebHost, by resolving a patch file's metadata,
or by using a component name arg while running the Launcher in CLI i.e. `ArchipelagoLauncher.exe "Text Client"`
Expected to be appended to LauncherComponents.component list to be used.
Expand Down

0 comments on commit 0591a12

Please sign in to comment.