Don't try bot ringshooter postrace

This commit is contained in:
AJ Martinez 2023-06-06 19:54:48 -07:00
parent e0e09073a7
commit 4f11fd783d

View file

@ -994,6 +994,12 @@ static boolean K_TryRingShooter(player_t *player)
return false;
}
if (player->exiting)
{
// Where are you trying to go?
return false;
}
if ((gametyperules & GTR_CIRCUIT) == 0 || (leveltime <= starttime))
{
// Only do this during a Race that has started.