From 3a5c061dbf0354aaad9f6c7c106bfbe38964f417 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 29 May 2026 01:03:29 +0900 Subject: [PATCH] chore: update docstring --- dzgui/api/steam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui/api/steam.py b/dzgui/api/steam.py index fc1f6fd..0fa126d 100644 --- a/dzgui/api/steam.py +++ b/dzgui/api/steam.py @@ -147,7 +147,7 @@ def connect(client: str, addr: str, appid: int, name: str, mods: list[str]) -> i def load_to_menu(client: str, addr: str, appid: int, name: str, mods: list[str]) -> int: - """Loads to the menu screen with the selected mods; used for server restarts""" + """Loads to the menu screen with the selected mods; used for AFK/pre-joining""" concat = concat_mods(mods) client_args = concat_bash_args(client) params = [