mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't execute LUAh_PlayerThink(player) for respawning bots
This commit is contained in:
parent
84a0e5eced
commit
96a41ca2b8
1 changed files with 0 additions and 5 deletions
|
|
@ -11313,12 +11313,7 @@ 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