Fixed amb822. Fixed tag mismatches in vote plugins. Fixed "No votes casts"

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401371
This commit is contained in:
Michael McKoy 2007-08-22 01:18:17 +00:00
parent f70881d641
commit 4441de43f4

View File

@ -413,7 +413,7 @@ public Handler_VoteCallback(Handle:menu, MenuAction:action, param1, param2)
{ {
VoteSelect(menu, 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"); PrintToChatAll("[SM] %t", "No Votes Cast");
} }