mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-06 10:56:34 +05:00
Fix runnerhands unable to use "Last Weapon used" keybind
This commit is contained in:
parent
7f9551583c
commit
706870953c
1 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,8 @@ function SWEP:Deploy()
|
||||||
self:SetWasOnGround(false)
|
self:SetWasOnGround(false)
|
||||||
self:SetBlockAnims(false)
|
self:SetBlockAnims(false)
|
||||||
self:SetPunch(1)
|
self:SetPunch(1)
|
||||||
|
|
||||||
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
function SWEP:Initialize()
|
function SWEP:Initialize()
|
||||||
|
|
Loading…
Add table
Reference in a new issue