mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
small fix
This commit is contained in:
parent
bd2207eaf5
commit
a2e8e1bb3b
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user