diff --git a/src/y_inter.c b/src/y_inter.c index a759f4a44..935838201 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -1510,7 +1510,7 @@ void Y_VoteTicker(void) if ((playeringame[p] && !players[p].spectator) && !voteclient.playerinfo[i].delay - && pickedvote == -1 && votes[p] == -1) + && pickedvote == -1 && votes[p] == -1 && menuactive == false) { if (G_PlayerInputDown(i, gc_up, 0)) {