mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-09-07 16:07:26 +00:00
ok
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user