tempBot RemoveTestClient();

use
This commit is contained in:
INeedBots 2020-11-26 18:00:50 -06:00
parent 3a96bd4ed7
commit d72987fdd7

View File

@ -653,7 +653,7 @@ addBots()
{
tempBot = random(getBotArray());
if (isDefined(tempBot))
kick( tempBot getEntityNumber(), "EXE_PLAYERKICKED" );
tempBot RemoveTestClient();
}
}
}