mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-26 06:01:49 +00:00
small fix
This commit is contained in:
@ -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 )
|
||||
|
Reference in New Issue
Block a user