From bd1d2d56cdd82c33dee761b3e490d1ccbaf753f9 Mon Sep 17 00:00:00 2001 From: terencehill Date: Mon, 21 Mar 2022 23:33:43 +0100 Subject: [PATCH] Close the menu calling team_auto (F6 key) to get rid of the Welcome dialog --- commands.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ${* ?}" -- 2.39.2