]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix typo
authorSamual <samual@xonotic.org>
Fri, 16 Dec 2011 16:33:43 +0000 (11:33 -0500)
committerSamual <samual@xonotic.org>
Fri, 16 Dec 2011 16:33:43 +0000 (11:33 -0500)
qcsrc/server/command/vote.qc

index 2ddad99f0b5b2f99275da3f88d84bd11552ff8de..2a5676a028ab94c063ca3fca7e87c7225b21e40d 100644 (file)
@@ -964,7 +964,7 @@ void VoteCommand(float request, entity caller, float argc, string vote_command)
                }
                        
                default:
-                       print_to(caller, strcat("Unknown vote command", ((argv(1) != "") ? strcat(" \"", argv(1), "\"") : ""), ". For a list of supported commands, try ", GetCommandPrefix(caller), " help.\n"));
+                       print_to(caller, strcat("Unknown vote command", ((argv(1) != "") ? strcat(" \"", argv(1), "\"") : ""), ". For a list of supported commands, try ", GetCommandPrefix(caller), " vote help.\n"));
                case CMD_REQUEST_USAGE:
                {
                        VoteCommand_macro_help(caller, argc);