mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-29 13:23:02 +05:00
fix the fix
This commit is contained in:
parent
2996e8834f
commit
04dea4c70f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue