From: Samual Date: Fri, 30 Dec 2011 04:21:43 +0000 (-0500) Subject: Fix sprint X-Git-Tag: xonotic-v0.6.0~188^2~28^2~23 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c0afaa6cd9bfd4aa03e00588808dc555f0661793;p=xonotic%2Fxonotic-data.pk3dir.git Fix sprint --- diff --git a/qcsrc/server/command/cmd.qc b/qcsrc/server/command/cmd.qc index 1e2e0c443..efdbe95e6 100644 --- a/qcsrc/server/command/cmd.qc +++ b/qcsrc/server/command/cmd.qc @@ -690,10 +690,10 @@ void SV_ParseClientCommand(string command) { if(argc == 1) { - print("\nClient networked commands:\n"); + sprint(self, "\nClient networked commands:\n"); ClientCommand_macro_help(); - print("\nCommon networked commands:\n"); + sprint(self, "\nCommon networked commands:\n"); CommonCommand_macro_help(self); sprint(self, "\nUsage:^3 cmd COMMAND...^7, where possible commands are listed above.\n");