mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +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;
|
wantedbots = 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue