From bdb7e5f529e0cd9c2a704072f03abd233a04a146 Mon Sep 17 00:00:00 2001 From: Fesiug Date: Sat, 28 May 2022 23:15:16 -0700 Subject: [PATCH] taears --- lua/weapons/arc9_base/cl_vmposition.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/weapons/arc9_base/cl_vmposition.lua b/lua/weapons/arc9_base/cl_vmposition.lua index 46ece58e..d5e6cb02 100644 --- a/lua/weapons/arc9_base/cl_vmposition.lua +++ b/lua/weapons/arc9_base/cl_vmposition.lua @@ -343,9 +343,6 @@ function SWEP:GetViewModelPosition(pos, ang) local godpos1 = Vector( 13.203133, -2.294874, -5.605469 ) if curvedcustomizedelta > 0 then - if !self.CustomizeNoRotate then - self.CustomizePitch = math.NormalizeAngle(self.CustomizePitch) - self.CustomizeYaw = math.NormalizeAngle(self.CustomizeYaw) pos:Set(oldpos) ang:Set(oldang) --ang:RotateAroundAxis(EyeAngles():Up(), self.CustomizePitch)