mods: add more csdm cvars to check
This commit is contained in:
parent
05e10bae6e
commit
ed75a662c9
2 changed files with 3 additions and 2 deletions
|
|
@ -444,7 +444,7 @@ void BotManager::maintainQuota () {
|
|||
auto maxSpawnCount = game.getSpawnCount (Team::Terrorist) + game.getSpawnCount (Team::CT) - humanPlayersInGame;
|
||||
|
||||
// if has some custom spawn points, max out spawn point counter
|
||||
if (desiredBotCount > botsInGame && hasCustomCSDMSpawnEntities ()) {
|
||||
if (desiredBotCount >= botsInGame && hasCustomCSDMSpawnEntities ()) {
|
||||
maxSpawnCount = game.maxClients () + 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue