make the votedelay menu stuff for No Vote only save you once so stack overflows dont pop up in the future

This commit is contained in:
rtldg 2021-09-15 13:20:40 +00:00
parent 81055252b9
commit cc4d89cd42

View File

@ -907,6 +907,7 @@ public int Handler_MapVoteMenu(Menu menu, MenuAction action, int param1, int par
{
if (g_bVoteDelayed[param1])
{
g_bVoteDelayed[param1] = false;
RedrawClientVoteMenu(param1);
return 0;
}