mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-01-31 20:14:10 +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:SetMESprintDelay(0)
|
||||||
ply:SetMEAng(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
|
end
|
||||||
|
|
||||||
local ang = mv:GetAngles()
|
local ang = mv:GetAngles()
|
||||||
|
|
Loading…
Reference in a new issue