mgr: random bot kick is now more even across teams

This commit is contained in:
jeefo 2024-06-01 13:58:48 +03:00
commit 87cbd144c2
No known key found for this signature in database
GPG key ID: D696786B81B667C8
3 changed files with 24 additions and 18 deletions

View file

@ -53,7 +53,7 @@ int BotControl::cmdKickBot () {
bots.kickFromTeam (Team::Terrorist);
}
else {
bots.kickRandom ();
bots.balancedKickRandom (true);
}
return BotCommandResult::Handled;
}