From a631376f1f0368a5d1b3a25686565923d166846c Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sun, 23 Apr 2023 01:12:19 -0400 Subject: [PATCH] Z Voting: Undo victim thing --- src/k_zvote.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/k_zvote.c b/src/k_zvote.c index fc142e2dc..9958e58b7 100644 --- a/src/k_zvote.c +++ b/src/k_zvote.c @@ -368,12 +368,6 @@ boolean K_PlayerIDAllowedInMidVote(const UINT8 id) return false; } - if (g_midVote.active == true && player == g_midVote.victim) - { - // Don't allow the guy getting kicked to vote on it. - return false; - } - return true; }