small fix

This commit is contained in:
ineed bots 2023-12-15 21:08:02 -06:00
parent bd2207eaf5
commit a2e8e1bb3b

View File

@ -3688,7 +3688,7 @@ bot_uav_think()
{ {
wait 0.75; wait 0.75;
if ( self.pers["bots"]["skill"]["base"] <= 1 ) if ( self.pers["bots"]["skill"]["base"] <= 1 || self IsUsingRemote() )
continue; continue;
self bot_uav_think_loop(); self bot_uav_think_loop();