mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-29 05:13:02 +05:00
Fix runnerhands unable to use "Last Weapon used" keybind (#205)
This commit is contained in:
parent
e0389bf537
commit
cd4af324df
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…
Reference in a new issue