From b6e2c8129fcb42d46a01df66e8f6a79921e188da Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Thu, 18 Dec 2025 22:19:35 +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 338c7cbbb6..271e425b62 100644 --- a/worlds/apquest/components.py +++ b/worlds/apquest/components.py @@ -35,7 +35,7 @@ components.append( # There are two optional parameters that are worth drawing attention to here: "game_name" and "supports_uri". # As you might know, on a room page on WebHost, clicking a slot name opens your locally installed Launcher # and asks you if you want to open a Text Client. -# If you have game_name set on your Component, your user also gets the option to open that instead. +# If you have "game_name" set on your Component, your user also gets the option to open that instead. # Furthermore, if you have "supports_uri" set to True, your Component will be passed a uri as an arg. # 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.