mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-01-31 12:07:27 +05:00
allow jumping when walking
This commit is contained in:
parent
5566f70d33
commit
35521bb0c8
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ hook.Add("SetupMove", "MESetupMove", function(ply, mv, cmd)
|
|||
ply:SetMESprintDelay(0)
|
||||
ply:SetMEAng(0)
|
||||
|
||||
mv:SetButtons(bit.band(mv:GetButtons(), bit.bnot(IN_JUMP)))
|
||||
-- mv:SetButtons(bit.band(mv:GetButtons(), bit.bnot(IN_JUMP)))
|
||||
end
|
||||
|
||||
local ang = mv:GetAngles()
|
||||
|
|
Loading…
Reference in a new issue