]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove empty lines from common networked command list
authorterencehill <piuntn@gmail.com>
Thu, 2 Mar 2017 21:28:21 +0000 (22:28 +0100)
committerterencehill <piuntn@gmail.com>
Thu, 2 Mar 2017 21:28:21 +0000 (22:28 +0100)
qcsrc/server/command/common.qh

index 978a92b14f0c1fd4f6d5224f4a3610cf9caf67d9..27dd13a2d6f9c376aa950794616a3bdf55a1dbf0 100644 (file)
@@ -157,7 +157,7 @@ COMMON_COMMAND(who, "Display detailed client information about all players") { C
 
 void CommonCommand_macro_help(entity caller)
 {
-       FOREACH(COMMON_COMMANDS, true, LAMBDA(print_to(caller, sprintf("  ^2%s^7: %s\n", it.m_name, it.m_description))));
+       FOREACH(COMMON_COMMANDS, true, LAMBDA(print_to(caller, sprintf("  ^2%s^7: %s", it.m_name, it.m_description))));
 }
 
 float CommonCommand_macro_command(float argc, entity caller, string command)