]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Enhance scoreboard_columns_set help
authorterencehill <piuntn@gmail.com>
Tue, 19 Jun 2018 18:22:44 +0000 (20:22 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 19 Jun 2018 18:54:03 +0000 (20:54 +0200)
qcsrc/client/hud/panel/scoreboard.qc

index 5b8964d0d3962a913033d672c7ad4366d9605b06..558ecdc47ab619500983729a7f4617fa93c28f49 100644 (file)
@@ -294,8 +294,10 @@ void Cmd_Scoreboard_Help()
 {
        LOG_INFO(_("You can modify the scoreboard using the ^2scoreboard_columns_set command."));
        LOG_INFO(_("Usage:"));
-       LOG_INFO("^2scoreboard_columns_set default");
-       LOG_INFO(_("^2scoreboard_columns_set ^7field1 field2 ..."));
+       LOG_INFO("^2scoreboard_columns_set ^3default");
+       LOG_INFO(_("^2scoreboard_columns_set ^3field1 field2 ..."));
+       LOG_INFO(_("^2scoreboard_columns_set ^7without arguments reads the arguments from the cvar scoreboard_columns"));
+       LOG_INFO(_("  ^5Note: ^7scoreboard_columns_set without arguments is executed on every map start"));
        LOG_INFO(_("You can use a ^3|^7 to start the right-aligned fields."));
        LOG_INFO(_("The following field names are recognized (case insensitive):"));
        LOG_INFO("");