1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 07:01:50 +00:00

Fixed bots using bombs

This commit is contained in:
ineed bots
2022-05-02 15:23:01 -06:00
parent d98a0dbce9
commit 9be5b7e612

View File

@ -594,6 +594,9 @@ watchPickupGun()
{ {
wait 1; wait 1;
if ( self UseButtonPressed() )
continue;
weap = self GetCurrentWeapon(); weap = self GetCurrentWeapon();
if ( weap != "none" && self GetAmmoCount( weap ) ) if ( weap != "none" && self GetAmmoCount( weap ) )