mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-09-01 09:17:26 +00:00
remove this builtin
This commit is contained in:
@@ -752,7 +752,7 @@ getBotToKick()
|
|||||||
{
|
{
|
||||||
bots = getBotArray();
|
bots = getBotArray();
|
||||||
|
|
||||||
if ( !isDefined( bots ) || !isDefined( bots.size ) || bots.size <= 0 || !isArray( bots ) || !isDefined( bots[0] ) )
|
if ( !isDefined( bots ) || !isDefined( bots.size ) || bots.size <= 0 || !isDefined( bots[0] ) )
|
||||||
return undefined;
|
return undefined;
|
||||||
|
|
||||||
tokick = undefined;
|
tokick = undefined;
|
||||||
|
Reference in New Issue
Block a user