This commit is contained in:
INeedBots 2021-03-12 14:06:02 -06:00
parent 43701bd314
commit f405c523b3

View File

@ -1133,7 +1133,7 @@ aim()
if (self canAds(dist, curweap))
{
if (weaponClass(curweap) != "sniper" || !self.pers["bots"]["behavior"]["quickscope"])
self thread pressAds();
self thread pressAds();
}
}