mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
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:
parent
81055252b9
commit
cc4d89cd42
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user