From 4441de43f44d4a1b583733225e6c76432494e07b Mon Sep 17 00:00:00 2001 From: Michael McKoy Date: Wed, 22 Aug 2007 01:18:17 +0000 Subject: [PATCH] Fixed amb822. Fixed tag mismatches in vote plugins. Fixed "No votes casts" --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401371 --- plugins/basefunvotes.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/basefunvotes.sp b/plugins/basefunvotes.sp index 6e573050..0c8fbe72 100644 --- a/plugins/basefunvotes.sp +++ b/plugins/basefunvotes.sp @@ -413,7 +413,7 @@ public Handler_VoteCallback(Handle:menu, MenuAction:action, param1, param2) { VoteSelect(menu, param1, param2); }*/ - else if (action == MenuAction_VoteCancel && param2 == VoteCancel_NoVotes) + else if (action == MenuAction_VoteCancel && param1 == VoteCancel_NoVotes) { PrintToChatAll("[SM] %t", "No Votes Cast"); }