From: terencehill Date: Mon, 21 Mar 2022 22:33:43 +0000 (+0100) Subject: Close the menu calling team_auto (F6 key) to get rid of the Welcome dialog X-Git-Tag: xonotic-v0.8.5~81^2~15 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bd1d2d56cdd82c33dee761b3e490d1ccbaf753f9;p=xonotic%2Fxonotic-data.pk3dir.git Close the menu calling team_auto (F6 key) to get rid of the Welcome dialog --- diff --git a/commands.cfg b/commands.cfg index 9f95f3953..c84d748e6 100644 --- a/commands.cfg +++ b/commands.cfg @@ -185,7 +185,7 @@ alias team_red "cmd selectteam red; cmd join" alias team_blue "cmd selectteam blue; cmd join" alias team_pink "cmd selectteam pink; cmd join" alias team_yellow "cmd selectteam yellow; cmd join" -alias team_auto "cmd selectteam auto; cmd join" +alias team_auto "togglemenu 0; cmd selectteam auto; cmd join" alias spec "spectate ${* ?}"