mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-05-13 16:04:51 +00:00
remove this builtin
This commit is contained in:
parent
f910ae6054
commit
73a7f1dfec
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user