small fix

This commit is contained in:
ineed bots 2023-12-15 21:08:46 -06:00
parent b4bc3318e6
commit 073b120bc6

View File

@ -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 )