mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-10-07 15:16:38 +00:00
better bot kick logic
This commit is contained in:
@@ -483,7 +483,7 @@ addBots_loop()
|
||||
setDvar( "bots_manage_add", 1 );
|
||||
else if ( amount > fillAmount && getDvarInt( "bots_manage_fill_kick" ) )
|
||||
{
|
||||
tempBot = PickRandom( getBotArray() );
|
||||
tempBot = getBotToKick();
|
||||
|
||||
if ( isDefined( tempBot ) )
|
||||
BotBuiltinCmdExec( "clientkick " + tempBot getEntityNumber() );
|
||||
|
Reference in New Issue
Block a user