This commit is contained in:
2026-05-06 03:23:43 +02:00
parent 368b1f2f48
commit b855dfa8fa

View File

@@ -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;