change this func to builtin

This commit is contained in:
ineed bots 2023-11-29 01:42:04 -06:00
parent fafcf4a507
commit 2c7db3b149

View File

@ -201,7 +201,7 @@ handleBots()
for ( i = 0; i < bots.size; i++ ) for ( i = 0; i < bots.size; i++ )
{ {
bots[i] RemoveTestClient(); kick( bots[i] getEntityNumber() );
} }
} }
@ -792,7 +792,7 @@ addBots_loop()
tempBot = PickRandom( getBotArray() ); tempBot = PickRandom( getBotArray() );
if ( isDefined( tempBot ) ) if ( isDefined( tempBot ) )
tempBot RemoveTestClient(); kick( tempBot getEntityNumber() );
} }
} }