mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove bots without GTR_BOTS
This commit is contained in:
parent
9475c80b9a
commit
d9b1bdb851
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue