Update cl_camera.lua

This commit is contained in:
Darsu 2025-01-12 02:49:19 +07:00
parent 8b84dabbfd
commit 666a046ca1

View File

@ -156,6 +156,8 @@ function SWEP:GetCameraControl(wm)
if !camqca then return end
local vm = self:GetVM()
if !IsValid(vm) then return end
local ang = (vm:GetAttachment(camqca) or {}).Ang