Z Voting: Undo victim thing

This commit is contained in:
Sally Coolatta 2023-04-23 01:12:19 -04:00
parent f86030fcda
commit a631376f1f

View file

@ -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;
}