remove SetEyeAngles() from fatal m9k

works on local server, but not on dedicated server for some reason
This commit is contained in:
edshot99 2024-12-19 16:46:56 -06:00
parent 01ba40aacc
commit 4e2bc444cf
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ function SWEP:ShootBullet(damage, recoil, num_bullets, aimcone)
local eyes = self.Owner:EyeAngles()
eyes.pitch = eyes.pitch + (anglo.pitch/3)
eyes.yaw = eyes.yaw + (anglo.yaw/3)
self.Owner:SetEyeAngles(eyes)
--self.Owner:SetEyeAngles(eyes)
end
end

View File

@ -362,7 +362,7 @@ function SWEP:ShootBullet(damage, recoil, num_bullets, aimcone)
local eyes = self.Owner:EyeAngles()
eyes.pitch = eyes.pitch + (anglo.pitch/3)
eyes.yaw = eyes.yaw + (anglo.yaw/3)
self.Owner:SetEyeAngles(eyes)
--self.Owner:SetEyeAngles(eyes)
end
end