]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
More usage updates
authorSamual <samual@xonotic.org>
Wed, 14 Dec 2011 19:15:18 +0000 (14:15 -0500)
committerSamual <samual@xonotic.org>
Wed, 14 Dec 2011 19:15:18 +0000 (14:15 -0500)
qcsrc/server/command/common.qc

index 0a18d99d0b0be0806aaf786a4f492b6065da9f85..c31dd6c4f7b4889f6001d68f10e60189e72ecded 100644 (file)
@@ -74,7 +74,7 @@ void CommonCommand_cvar_changes(float request)
                {
                        print_to(self, "\nUsage:^3 sv_cmd cvar_changes");
                        print_to(self, "  No arguments required.");
-                       //print_to(self, "See also: ^2cvar_purechanges^7");
+                       print_to(self, "See also: ^2cvar_purechanges^7");
                        return;
                }
        }
@@ -95,13 +95,13 @@ void CommonCommand_cvar_purechanges(float request)
                {
                        print_to(self, "\nUsage:^3 sv_cmd cvar_purechanges");
                        print_to(self, "  No arguments required.");
-                       //print_to(self, "See also: ^2cvar_changes^7");
+                       print_to(self, "See also: ^2cvar_changes^7");
                        return;
                }
        }
 }
 
-void CommonCommand_info(float request, float argc)
+void CommonCommand_info(float request, float argc) // todo: figure out how this works?
 {      
        switch(request)
        {