diff --git a/src/k_bot.c b/src/k_bot.c index e397389af..8c588b37f 100644 --- a/src/k_bot.c +++ b/src/k_bot.c @@ -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.