mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-10 10:02:41 +00:00
this is stupid
This commit is contained in:
parent
714f04c930
commit
3200842519
1 changed files with 1 additions and 1 deletions
|
|
@ -5745,7 +5745,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
||||||
}
|
}
|
||||||
else if (player->karmadelay > 0 && !P_PlayerInPain(player))
|
else if (player->karmadelay > 0 && !P_PlayerInPain(player))
|
||||||
{
|
{
|
||||||
if (battleovertime.enabled > 0)
|
if ((battleovertime.enabled > 0) && (player->bumpers <= 0))
|
||||||
{
|
{
|
||||||
player->eliminated = true;
|
player->eliminated = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue