remove this builtin

This commit is contained in:
ineed bots 2023-12-13 12:40:17 -06:00
parent f910ae6054
commit 73a7f1dfec

View File

@ -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;