From 04dea4c70f487d840e429108afe04052b06c917a Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Sat, 22 Jul 2023 10:06:28 +0500 Subject: [PATCH] fix the fix --- beatrun/gamemodes/beatrun/gamemode/sh/Climb.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beatrun/gamemodes/beatrun/gamemode/sh/Climb.lua b/beatrun/gamemodes/beatrun/gamemode/sh/Climb.lua index 900081b..11c7968 100644 --- a/beatrun/gamemodes/beatrun/gamemode/sh/Climb.lua +++ b/beatrun/gamemodes/beatrun/gamemode/sh/Climb.lua @@ -657,7 +657,7 @@ local function ClimbingCheck(ply, mv, cmd) local lastvel = mv:GetVelocity() mv:SetVelocity(vector_origin) - -- ply:SetMoveType(MOVETYPE_NOCLIP) + ply:SetMoveType(MOVETYPE_NOCLIP) ply:ViewPunch(Angle(5, 0, 0.5)) local wallangc = Angle(wallang)