]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Show quickmenu in cl_cmd hud help
authorterencehill <piuntn@gmail.com>
Thu, 21 Mar 2013 13:11:04 +0000 (14:11 +0100)
committerterencehill <piuntn@gmail.com>
Thu, 21 Mar 2013 13:11:04 +0000 (14:11 +0100)
qcsrc/client/command/cl_cmd.qc

index a2c720324825025c859681398d17b5fb67eff2eb..bbd4556ff06460d0fb538638a3be70827dca3d27 100644 (file)
@@ -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;
                }
        }