mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-22 10:15:44 +00:00
check disabled weap
This commit is contained in:
parent
5fa9289424
commit
416e6ec7fb
@ -495,6 +495,9 @@ watch_grenade(grenade)
|
|||||||
if(self.bot.isfraggingafter || self.bot.issmokingafter)
|
if(self.bot.isfraggingafter || self.bot.issmokingafter)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (self.disabledWeapon)
|
||||||
|
continue;
|
||||||
|
|
||||||
self thread frag();
|
self thread frag();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user