Move this

This commit is contained in:
Fesiug 2023-09-24 03:36:32 -04:00
parent 3900f1087f
commit 89e037fcf5
1 changed files with 3 additions and 3 deletions

View File

@ -42,6 +42,9 @@ function SWEP:OnVarChanged( name, old, new )
end
function SWEP:PrimaryAttack()
if !self:B_Wep1() then
return
end
if self:GetDelay1() > CurTime() then
return
end
@ -50,9 +53,6 @@ function SWEP:PrimaryAttack()
self:SetDelay1( CurTime() + 0.2 )
return
end
if !self:B_Wep1() then
return
end
if CLIENT then
AddCaption( "PISTOL", Color( 61, 61, 61 ), "[Pistol shot]", 0.1, 0.5 )