Remove bots without GTR_BOTS

This commit is contained in:
Sally Coolatta 2022-03-31 15:45:50 -04:00
parent 9475c80b9a
commit d9b1bdb851

View file

@ -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; wantedbots = 0;
} }