fix none scr errors

This commit is contained in:
ineed bots 2022-04-25 10:40:14 -06:00
parent 86477e579f
commit 4db478c8f1

View File

@ -342,7 +342,7 @@ watchPickupGun()
{
wait 1;
if ( self GetAmmoCount( self GetCurrentWeapon() ) )
if ( weap != "none" && self GetAmmoCount( weap ) )
continue;
self thread use( 0.5 );