diff --git a/beatrun/gamemodes/beatrun/gamemode/sh/Zipline.lua b/beatrun/gamemodes/beatrun/gamemode/sh/Zipline.lua index 4774bbd..73764cc 100644 --- a/beatrun/gamemodes/beatrun/gamemode/sh/Zipline.lua +++ b/beatrun/gamemodes/beatrun/gamemode/sh/Zipline.lua @@ -141,10 +141,8 @@ local function ZiplineThink(ply, mv, cmd, zipline) if fraction >= 1 or cmd:KeyDown(IN_DUCK) then ply:SetZipline(nil) ply:SetMoveType(MOVETYPE_WALK) - ply:SetCrouchJumpBlocked(true) mv:SetVelocity(dir * speed * 0.75) - mv:SetButtons(0) ply:SetZiplineDelay(CurTime() + 0.75) @@ -282,4 +280,4 @@ if CLIENT then LocalPlayer():StopSound("ZiplineLoop") end end) -end \ No newline at end of file +end