From 8e21305d89d7486a4d61117df0bcc5b5b8eeb3f8 Mon Sep 17 00:00:00 2001 From: Samual Date: Fri, 16 Dec 2011 11:33:43 -0500 Subject: [PATCH] Fix typo --- qcsrc/server/command/vote.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2