Revert "this is stupid"

This reverts commit 3200842519.
This commit is contained in:
James R 2020-10-28 23:30:34 -07:00
parent 8ae579d672
commit 918b4a2039

View file

@ -5745,7 +5745,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
}
else if (player->karmadelay > 0 && !P_PlayerInPain(player))
{
if ((battleovertime.enabled > 0) && (player->bumpers <= 0))
if (battleovertime.enabled > 0)
{
player->eliminated = true;
}