mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Z Voting: Undo victim thing
This commit is contained in:
parent
f86030fcda
commit
a631376f1f
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue