mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-11 05:11:25 +00:00
Don't execute LUAh_PlayerThink(player) for respawning bots
This commit is contained in:
parent
01f11cdca6
commit
fc70164f93
1 changed files with 0 additions and 5 deletions
|
@ -11313,12 +11313,7 @@ void P_PlayerThink(player_t *player)
|
||||||
player->playerstate = PST_REBORN;
|
player->playerstate = PST_REBORN;
|
||||||
}
|
}
|
||||||
if (player->playerstate == PST_REBORN)
|
if (player->playerstate == PST_REBORN)
|
||||||
{
|
|
||||||
#ifdef HAVE_BLUA
|
|
||||||
LUAh_PlayerThink(player);
|
|
||||||
#endif
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef SEENAMES
|
#ifdef SEENAMES
|
||||||
|
|
Loading…
Reference in a new issue