From: terencehill Date: Thu, 21 Mar 2013 13:11:04 +0000 (+0100) Subject: Show quickmenu in cl_cmd hud help X-Git-Tag: xonotic-v0.8.2~1987^2~55^2~10 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f2ea907191dbe49db6f51fc6d1493505c9429141;p=xonotic%2Fxonotic-data.pk3dir.git Show quickmenu in cl_cmd hud help --- 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; } }