This commit is contained in:
INeedBots 2021-03-12 14:06:26 -06:00
parent f41ab46747
commit 73dc1c17b1

View File

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