1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-07 00:37:42 +00:00

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;
if ( self.pers["bots"]["skill"]["base"] <= 1 )
if ( self.pers["bots"]["skill"]["base"] <= 1 || self IsUsingRemote() )
continue;
self bot_uav_think_loop();