]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
sv_cmd warp [level] not sv_cmd level
authorterencehill <piuntn@gmail.com>
Tue, 10 Apr 2012 13:01:15 +0000 (15:01 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 10 Apr 2012 13:01:15 +0000 (15:01 +0200)
qcsrc/server/command/sv_cmd.qc

index e70ce44ddbd06b3a7059d6fcc750d51ba0365895..530f1ff0657e8355c8c21289ceef44c00597a432 100644 (file)
@@ -1614,8 +1614,9 @@ void GameCommand_warp(float request, float argc)
                default:
                case CMD_REQUEST_USAGE:
                {
-                       print("\nUsage:^3 sv_cmd level\n");
+                       print("\nUsage:^3 sv_cmd warp [level]\n");
                        print("  'level' is the level to change campaign mode to.\n");
+                       print("  if 'level' is not provided it will change to the next level.\n");
                        return;
                }
        }