allow jumping when walking

This commit is contained in:
Jonny_Bro (Nikita) 2023-07-25 23:02:31 +05:00
parent 5566f70d33
commit 35521bb0c8

View file

@ -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()