]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add todo
authorSamual <samual@xonotic.org>
Sat, 10 Dec 2011 21:37:43 +0000 (16:37 -0500)
committerSamual <samual@xonotic.org>
Sat, 10 Dec 2011 21:37:43 +0000 (16:37 -0500)
qcsrc/server/vote.qc

index 2a59ea815620c20bf2131b5156a7b8a3dac71c43..5fa405f1080a788ef02ad1ce4d94d8001190653b 100644 (file)
@@ -716,7 +716,7 @@ void VoteCommand_call(float request, entity caller, float argc, string vote_comm
                case VC_REQUEST_USAGE:
                {
                        print("\nUsage:^3 vote call\n");
-                       print("  No arguments required.\n");
+                       print("  TODO.\n");
                        return;
                }
        }