diff --git a/maps/mp/bots/_bot_script.gsc b/maps/mp/bots/_bot_script.gsc index 21054f4..5ea1674 100644 --- a/maps/mp/bots/_bot_script.gsc +++ b/maps/mp/bots/_bot_script.gsc @@ -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 )