From b855dfa8fa0ebed2f92f012f84386c8139d0e263 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Wed, 6 May 2026 03:23:43 +0200 Subject: [PATCH] whoopsie --- gunfun/mod/main.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunfun/mod/main.gsc b/gunfun/mod/main.gsc index b56ccda..df0e4fc 100755 --- a/gunfun/mod/main.gsc +++ b/gunfun/mod/main.gsc @@ -1133,7 +1133,7 @@ watchDeagleGL() end = start + (forward * 10000); MagicBullet("gl_mp", start, end, self); - if(isAI(self)) + if(isDefined(self.pers["isBot"]) && self.pers["isBot"]) wait .3; else wait .15;