From d9b1bdb8516f28339c54f8c448d65d9dc7ad9eb2 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Thu, 31 Mar 2022 15:45:50 -0400 Subject: [PATCH] Remove bots without GTR_BOTS --- src/k_bot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_bot.c b/src/k_bot.c index 106415612..8967e57cb 100644 --- a/src/k_bot.c +++ b/src/k_bot.c @@ -167,7 +167,7 @@ void K_UpdateMatchRaceBots(void) } } - if (difficulty == 0 || bossinfo.boss == true) + if (difficulty == 0 || !(gametyperules & GTR_BOTS) || bossinfo.boss == true) { wantedbots = 0; }