VoteCancel_NoVotes implemented in vote plugins

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401303
This commit is contained in:
Michael McKoy 2007-08-10 01:07:07 +00:00
parent 70cfc9395d
commit 267f2bd60a
2 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ public Handler_VoteCallback(Handle:menu, MenuAction:action, param1, param2)
{
VoteSelect(menu, param1, param2);
}*/
else if (action == MenuAction_NoVotes)
else if (action == VoteCancel_NoVotes)
{
PrintToChatAll("[SM] %t", "No Votes Cast");
}

View File

@ -386,7 +386,7 @@ public Handler_VoteCallback(Handle:menu, MenuAction:action, param1, param2)
{
VoteSelect(menu, param1, param2);
}*/
else if (action == MenuAction_NoVotes)
else if (action == VoteCancel_NoVotes)
{
PrintToChatAll("[SM] %t", "No Votes Cast");
}