From ad8223998eb42e7a8c16fd2610efbdc44df9003e Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Thu, 18 Dec 2025 22:20:21 +0100 Subject: [PATCH] Update components.py --- worlds/apquest/components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/apquest/components.py b/worlds/apquest/components.py index 271e425b62..b50b5d0dcf 100644 --- a/worlds/apquest/components.py +++ b/worlds/apquest/components.py @@ -40,7 +40,7 @@ components.append( # This uri contains the room url + port, the slot name, and the password. # You can process this uri arg to automatically connect the user to their slot without having to type anything. -# As you can see above, the APQuest client has both of these parametersset. +# As you can see above, the APQuest client has both of these parameters set. # This means a user can click on the slot name of an APQuest slot on WebHost, # then click "APQuest Client" instead of "Text Client" in the Launcher popup, and after a few seconds, # they will be connected and playing the game without having to touch their keyboard once.