small fix

This commit is contained in:
ineed bots 2023-12-09 22:39:41 -06:00
parent f5c9294176
commit abd3f55800

View File

@ -1102,7 +1102,7 @@ aim_loop()
}
else
{
if ( self canAds( dist, curweap ) )
if ( self canFire( curweap ) && self isInRange( dist, curweap ) && self canAds( dist, curweap ) )
{
if ( !self.bot.is_cur_sniper || !self.pers["bots"]["behavior"]["quickscope"] )
self thread pressAds();