mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-22 16:05:44 +00:00
change this func to builtin
This commit is contained in:
parent
fafcf4a507
commit
2c7db3b149
@ -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() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user