]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix missing new line in 'menu_cmd help' output
authorterencehill <piuntn@gmail.com>
Thu, 9 Aug 2018 12:27:19 +0000 (14:27 +0200)
committerterencehill <piuntn@gmail.com>
Thu, 9 Aug 2018 12:27:19 +0000 (14:27 +0200)
qcsrc/menu/command/menu_cmd.qc

index bd45230c97ab61964f43a7153d69242fb896e38c..a06ac8e23100f7ffbc98312edba482164aec1c77 100644 (file)
@@ -49,6 +49,7 @@ void GameCommand(string theCommand)
                LOG_INFO(_("  sync - reloads all cvars on the current menu page"));
                LOG_INFO(_("  directmenu ITEM - select a menu item as main item"));
                LOG_INFO(_("  dumptree - dump the state of the menu as a tree to the console"));
+               LOG_INFO("\n");
 
                LOG_INFO("Generic commands shared by all programs:");
                GenericCommand_macro_help();