fix the fix

This commit is contained in:
Jonny_Bro (Nikita) 2023-07-22 10:06:28 +05:00
parent 2996e8834f
commit 04dea4c70f

View file

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