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