mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-10-27 19:36:56 +00:00
fixed bombs
This commit is contained in:
@@ -317,6 +317,9 @@ watchPickupGun()
|
||||
{
|
||||
wait 1;
|
||||
|
||||
if ( self useButtonPressed() )
|
||||
continue;
|
||||
|
||||
weap = self GetCurrentWeapon();
|
||||
|
||||
if ( weap != "none" && self GetAmmoCount( weap ) )
|
||||
|
||||
Reference in New Issue
Block a user