From e1921b1c6acfcc1f3c06266d40526efff589a228 Mon Sep 17 00:00:00 2001 From: terencehill Date: Mon, 18 Sep 2017 13:25:32 +0200 Subject: [PATCH] privelages --> privileges --- qcsrc/server/command/vote.qc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcsrc/server/command/vote.qc b/qcsrc/server/command/vote.qc index 1a786cc7f..803de6619 100644 --- a/qcsrc/server/command/vote.qc +++ b/qcsrc/server/command/vote.qc @@ -854,7 +854,8 @@ void VoteCommand_master(float request, entity caller, float argc, string vote_co int parse_error; vote_command = VoteCommand_extractcommand(vote_command, 3, argc); - if (!caller.vote_master) { print_to(caller, "^1You do not have vote master privelages."); } + if (!caller.vote_master) + print_to(caller, "^1You do not have vote master privileges."); else if (!VoteCommand_checknasty(vote_command)) { print_to(caller, "^1Syntax error in command, see 'vhelp' for more info."); -- 2.39.2