fixed hasPerk

This commit is contained in:
INeedBots
2020-12-06 01:47:08 -06:00
parent 47be561ebb
commit 52196f6b8d
2 changed files with 7 additions and 7 deletions

View File

@ -1345,7 +1345,7 @@ canAds(dist, curweap)
return false;
far = level.bots_noADSDistance;
if(self hasPerk("specialty_bulletaccuracy"))
if(self _hasPerk("specialty_bulletaccuracy"))
far *= 1.4;
if(dist < far)