X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=commands.cfg;h=28c7e8063e9ca8a9ee8b16c2a8c173b631b2a77d;hb=133cba402a7d11565c47dc42412b2ac0b9b8f121;hp=9899cf0f55ae936965dc24f647f68e87078bc69a;hpb=e64061c9754ea581b2b7dc9b50c51aff6512c447;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/commands.cfg b/commands.cfg index 9899cf0f5..28c7e8063 100644 --- a/commands.cfg +++ b/commands.cfg @@ -150,9 +150,10 @@ alias radar "qc_cmd_cl hud radar ${* ?}" alias scoreboard_columns_help "qc_cmd_cl hud scoreboard_columns_help" alias scoreboard_columns_set "qc_cmd_cl hud scoreboard_columns_set ${* ?}" -alias _menu_showteamselect1 "_scoreboard_team_selection 1" -alias _menu_showteamselect0 "menu_showteamselect" -alias scoreboard_team_selection "_menu_showteamselect$_scoreboard_team_selection_available" +set _scoreboard_team_selection_available 0 // set to 1 by CSQC +alias _team_selection_show1 "_scoreboard_team_selection 1" +alias _team_selection_show0 menu_showteamselect +alias team_selection_show "_team_selection_show$_scoreboard_team_selection_available" // ======================================================== // cmd (client-to-server command) - server/command/cmd.qc