mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-28 12:53: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:SetBlockAnims(false)
|
||||
self:SetPunch(1)
|
||||
|
||||
return true
|
||||
end
|
||||
|
||||
function SWEP:Initialize()
|
||||
|
|
Loading…
Reference in a new issue