some cleaning

This commit is contained in:
Jonny_Bro (Nikita) 2024-02-20 14:56:18 +05:00
parent 59abe2eb8e
commit 48460dea8e
No known key found for this signature in database
GPG key ID: 391C19BE62D36B33

View file

@ -357,8 +357,9 @@ end
function PLAYER:CalcView(view) function PLAYER:CalcView(view)
if CLIENT then if CLIENT then
view.fov = GetConVar("Beatrun_FOV"):GetFloat() view.fov = GetConVar("Beatrun_FOV"):GetInt()
end end
if self.TauntCam:CalcView(view, self.Player, self.Player:IsPlayingTaunt()) then return true end if self.TauntCam:CalcView(view, self.Player, self.Player:IsPlayingTaunt()) then return true end
end end