Fix runnerhands unable to use "Last Weapon used" keybind (#205)

This commit is contained in:
StormTrooper88 2024-07-17 04:45:51 -04:00 committed by GitHub
parent e0389bf537
commit cd4af324df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,6 +99,8 @@ function SWEP:Deploy()
self:SetWasOnGround(false)
self:SetBlockAnims(false)
self:SetPunch(1)
return true
end
function SWEP:Initialize()