This commit is contained in:
Fesiug 2023-11-11 21:08:12 -05:00
parent f6d084263d
commit 89bb450907
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function SWEP:PrimaryAttack()
return return
end end
-- self:B_Ammo( false, self:Clip1() - 1 ) self:B_Ammo( false, self:Clip1() - 1 )
B_Sound( self, self:BClass( false ).Sound_Fire ) B_Sound( self, self:BClass( false ).Sound_Fire )
self:TPFire() self:TPFire()