Don't run the LUAh_PlayerThink function if the time ran out in Race or Competition

This commit is contained in:
Zachary McAlpin 2019-12-17 19:20:46 -06:00
parent fc70164f93
commit 3fc1069082
1 changed files with 0 additions and 5 deletions

View File

@ -11414,12 +11414,7 @@ void P_PlayerThink(player_t *player)
player->lives = 0;
if (player->playerstate == PST_DEAD)
{
#ifdef HAVE_BLUA
LUAh_PlayerThink(player);
#endif
return;
}
}
}