Fixed smart kick counting.
This commit is contained in:
parent
684637df03
commit
76248cac6a
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ void BotManager::MaintainBotQuota (void)
|
|||
}
|
||||
|
||||
int numBots = GetBotsNum ();
|
||||
int numHumans = yb_autovacate_smart_kick.GetBool () ? GetHumansNum () : GetHumansJoinedTeam ();
|
||||
int numHumans = yb_autovacate_smart_kick.GetBool () ? GetHumansJoinedTeam () : GetHumansNum ();
|
||||
int desiredCount = yb_quota.GetInt ();
|
||||
|
||||
if (yb_join_after_player.GetBool () && !numHumans)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue