From: Samual Date: Fri, 16 Dec 2011 16:33:43 +0000 (-0500) Subject: Fix typo X-Git-Tag: xonotic-v0.6.0~188^2~28^2~128 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8e21305d89d7486a4d61117df0bcc5b5b8eeb3f8;p=xonotic%2Fxonotic-data.pk3dir.git Fix typo --- diff --git a/qcsrc/server/command/vote.qc b/qcsrc/server/command/vote.qc index 2ddad99f0..2a5676a02 100644 --- a/qcsrc/server/command/vote.qc +++ b/qcsrc/server/command/vote.qc @@ -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);