fixed bombs

This commit is contained in:
ineed bots 2022-05-02 15:24:02 -06:00
parent fa835e7ff1
commit 58fdabc2cf

View File

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