]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix sprint
authorSamual <samual@xonotic.org>
Fri, 30 Dec 2011 04:21:43 +0000 (23:21 -0500)
committerSamual <samual@xonotic.org>
Fri, 30 Dec 2011 04:21:43 +0000 (23:21 -0500)
qcsrc/server/command/cmd.qc

index 1e2e0c4439a4877eac60b5c775e7a0a482a66b56..efdbe95e6c31d53a63aeac12354e6295f4050d88 100644 (file)
@@ -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");