From 837461c566fd6be0cd7890d91acab72c20ffdec3 Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 9 Aug 2018 14:27:19 +0200 Subject: [PATCH] Fix missing new line in 'menu_cmd help' output --- qcsrc/menu/command/menu_cmd.qc | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.39.2