This commit is contained in:
INeedBots
2020-10-08 01:59:48 -06:00
parent 3a17354810
commit df7ac3f975
3 changed files with 3 additions and 3 deletions

View File

@ -986,7 +986,7 @@ aim()
if (canADS)
self thread pressAds();
if((!canADS || self botAdsAmount() == 1.0) && (conedot > 0.95 || dist < level.bots_maxKnifeDistance))
if((!canADS || self playerads() == 1.0) && (conedot > 0.95 || dist < level.bots_maxKnifeDistance))
self botFire();
continue;