From f2ea907191dbe49db6f51fc6d1493505c9429141 Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 21 Mar 2013 14:11:04 +0100 Subject: [PATCH] Show quickmenu in cl_cmd hud help --- qcsrc/client/command/cl_cmd.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/command/cl_cmd.qc b/qcsrc/client/command/cl_cmd.qc index a2c720324..bbd4556ff 100644 --- a/qcsrc/client/command/cl_cmd.qc +++ b/qcsrc/client/command/cl_cmd.qc @@ -241,7 +241,7 @@ void LocalCommand_hud(float request, float argc) print(" 'configname' is the name to save to for \"save\" action,\n"); print(" 'radartoggle' is to control hud_panel_radar_maximized for \"radar\" action,\n"); print(" and 'layout' is how to organize the scoreboard columns for the set action.\n"); - print(" Full list of commands here: \"configure, save, scoreboard_columns_help, scoreboard_columns_set, radar.\"\n"); + print(" Full list of commands here: \"configure, quickmenu, save, scoreboard_columns_help, scoreboard_columns_set, radar.\"\n"); return; } } -- 2.39.2