mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-02-07 15:24:10 +05:00
some cleaning
This commit is contained in:
parent
59abe2eb8e
commit
48460dea8e
1 changed files with 2 additions and 1 deletions
|
@ -357,8 +357,9 @@ end
|
|||
|
||||
function PLAYER:CalcView(view)
|
||||
if CLIENT then
|
||||
view.fov = GetConVar("Beatrun_FOV"):GetFloat()
|
||||
view.fov = GetConVar("Beatrun_FOV"):GetInt()
|
||||
end
|
||||
|
||||
if self.TauntCam:CalcView(view, self.Player, self.Player:IsPlayingTaunt()) then return true end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue