This commit is contained in:
INeedBots
2020-11-28 02:06:49 -06:00
parent 950d4cab02
commit c9218c38c6
4 changed files with 78 additions and 89 deletions

View File

@@ -651,7 +651,7 @@ addBots()
setDvar("bots_manage_add", 1);
else if(amount > fillAmount && getDvarInt("bots_manage_fill_kick"))
{
tempBot = random(getBotArray());
tempBot = PickRandom(getBotArray());
if (isDefined(tempBot))
tempBot RemoveTestClient();
}