remove arg from kick

This commit is contained in:
ineed bots 2024-05-16 18:28:38 -06:00
parent 45ec46d1df
commit cecbcad213

View File

@ -1097,7 +1097,7 @@ addBots_loop()
if ( isdefined( tempBot ) )
{
kick( tempBot getentitynumber(), "EXE_PLAYERKICKED" );
kick( tempBot getentitynumber() );
wait 0.25;
}