small fix

This commit is contained in:
ineed bots 2022-04-25 11:21:52 -06:00
parent 4db478c8f1
commit 1e055b5bf5

View File

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