From a2e8e1bb3b57164830de7b9e2a36fcbf6d500a9e Mon Sep 17 00:00:00 2001 From: ineed bots Date: Fri, 15 Dec 2023 21:08:02 -0600 Subject: [PATCH] small fix --- maps/mp/bots/_bot_script.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/mp/bots/_bot_script.gsc b/maps/mp/bots/_bot_script.gsc index d1ffc76..311f117 100644 --- a/maps/mp/bots/_bot_script.gsc +++ b/maps/mp/bots/_bot_script.gsc @@ -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();