This commit is contained in:
INeedBots
2021-03-12 14:05:24 -06:00
parent 17f15bdafd
commit 037de678a5
6 changed files with 6 additions and 6 deletions

View File

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