diff --git a/plugins/basecommands.sp b/plugins/basecommands.sp index 3f335bcf..de1b150d 100644 --- a/plugins/basecommands.sp +++ b/plugins/basecommands.sp @@ -605,7 +605,7 @@ public Action:Command_Kick(client, args) public Action:Command_CancelVote(client, args) { - if (IsVoteInProgress()) + if (!IsVoteInProgress()) { ReplyToCommand(client, "[SM] %t", "Vote Not In Progress"); return Plugin_Handled;