mgr: random bot kick is now more even across teams
This commit is contained in:
parent
587064e897
commit
87cbd144c2
3 changed files with 24 additions and 18 deletions
|
|
@ -53,7 +53,7 @@ int BotControl::cmdKickBot () {
|
|||
bots.kickFromTeam (Team::Terrorist);
|
||||
}
|
||||
else {
|
||||
bots.kickRandom ();
|
||||
bots.balancedKickRandom (true);
|
||||
}
|
||||
return BotCommandResult::Handled;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue