mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-05-10 06:24:51 +00:00
small fix
This commit is contained in:
parent
b4bc3318e6
commit
073b120bc6
@ -3375,7 +3375,7 @@ bot_uav_think()
|
||||
{
|
||||
wait 0.75;
|
||||
|
||||
if ( self.pers["bots"]["skill"]["base"] <= 1 )
|
||||
if ( self.pers["bots"]["skill"]["base"] <= 1 || self IsUsingRemote() )
|
||||
continue;
|
||||
|
||||
if ( self isEMPed() || self.bot_isScrambled )
|
||||
|
Loading…
x
Reference in New Issue
Block a user