mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-08-30 18:23:14 +00:00
small fix
This commit is contained in:
@@ -1102,7 +1102,7 @@ aim_loop()
|
|||||||
}
|
}
|
||||||
else
|
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"] )
|
if ( !self.bot.is_cur_sniper || !self.pers["bots"]["behavior"]["quickscope"] )
|
||||||
self thread pressAds();
|
self thread pressAds();
|
||||||
|
Reference in New Issue
Block a user