From: terencehill Date: Thu, 9 Aug 2018 12:27:19 +0000 (+0200) Subject: Fix missing new line in 'menu_cmd help' output X-Git-Tag: xonotic-v0.8.5~1932 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=837461c566fd6be0cd7890d91acab72c20ffdec3;hp=5a24590b35c82881d400921deea544f2206c45d4;p=xonotic%2Fxonotic-data.pk3dir.git Fix missing new line in 'menu_cmd help' output --- diff --git a/qcsrc/menu/command/menu_cmd.qc b/qcsrc/menu/command/menu_cmd.qc index bd45230c9..a06ac8e23 100644 --- a/qcsrc/menu/command/menu_cmd.qc +++ b/qcsrc/menu/command/menu_cmd.qc @@ -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();