diff --git a/vmaniprework/lua/autorun/client/cl_vmanip.lua b/vmaniprework/lua/autorun/client/cl_vmanip.lua index c9388e2..d0138cd 100644 --- a/vmaniprework/lua/autorun/client/cl_vmanip.lua +++ b/vmaniprework/lua/autorun/client/cl_vmanip.lua @@ -550,9 +550,7 @@ hook.Add("PostDrawViewModel", "VManip", function(vm, ply, weapon) end end) -local anglef = Angle(0, 1, 0) - ---Very basic stuff, you see +-- Very basic stuff, you see hook.Add("PostDrawViewModel", "VMLegs", function(vm, ply, weapon) if VMLegs:IsActive() then -- if ply:GetViewEntity() != ply then