mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Revert "Don't run the LUAh_PlayerThink function if the time ran out in Race or Competition"
This reverts commit 4bb2a826cf.
This commit is contained in:
parent
bcbfb7cb19
commit
6add4f0aa4
1 changed files with 5 additions and 0 deletions
|
|
@ -11419,7 +11419,12 @@ void P_PlayerThink(player_t *player)
|
||||||
player->lives = 0;
|
player->lives = 0;
|
||||||
|
|
||||||
if (player->playerstate == PST_DEAD)
|
if (player->playerstate == PST_DEAD)
|
||||||
|
{
|
||||||
|
#ifdef HAVE_BLUA
|
||||||
|
LUAh_PlayerThink(player);
|
||||||
|
#endif
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue