mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-04-22 07:25:42 +00:00
small fix
This commit is contained in:
parent
f5c9294176
commit
abd3f55800
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user