mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-17 20:22:37 +00:00
Revert "Don't execute LUAh_PlayerThink(player) for respawning bots"
This reverts commit 96a41ca2b8.
This commit is contained in:
parent
4bb2a826cf
commit
bcbfb7cb19
1 changed files with 5 additions and 0 deletions
|
|
@ -11313,7 +11313,12 @@ void P_PlayerThink(player_t *player)
|
|||
player->playerstate = PST_REBORN;
|
||||
}
|
||||
if (player->playerstate == PST_REBORN)
|
||||
{
|
||||
#ifdef HAVE_BLUA
|
||||
LUAh_PlayerThink(player);
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef SEENAMES
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue