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;