mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-04-22 23:25:42 +00:00
remove arg from kick
This commit is contained in:
parent
45ec46d1df
commit
cecbcad213
@ -1097,7 +1097,7 @@ addBots_loop()
|
||||
|
||||
if ( isdefined( tempBot ) )
|
||||
{
|
||||
kick( tempBot getentitynumber(), "EXE_PLAYERKICKED" );
|
||||
kick( tempBot getentitynumber() );
|
||||
|
||||
wait 0.25;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user