]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qh
Remove empty lines from common networked command list
[xonotic/xonotic-data.pk3dir.git] / 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)