mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 01:02:16 +00:00
parent
8ae579d672
commit
918b4a2039
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))
|
||||
{
|
||||
if ((battleovertime.enabled > 0) && (player->bumpers <= 0))
|
||||
if (battleovertime.enabled > 0)
|
||||
{
|
||||
player->eliminated = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue