diff --git a/beatrun/gamemodes/beatrun/gamemode/player_class/player_beatrun.lua b/beatrun/gamemodes/beatrun/gamemode/player_class/player_beatrun.lua index c440b8e..d902fff 100644 --- a/beatrun/gamemodes/beatrun/gamemode/player_class/player_beatrun.lua +++ b/beatrun/gamemodes/beatrun/gamemode/player_class/player_beatrun.lua @@ -379,7 +379,7 @@ function PLAYER:CalcView(view) if CLIENT then -- VERY hacky and dirty code and I apologize in advance - local fov = GetConVar("Beatrun_FOV"):GetInt() + local fov = GetConVar("fov_desired"):GetInt() if IsValid(LocalPlayer():GetActiveWeapon()) then if lframeswepclass ~= LocalPlayer():GetActiveWeapon():GetClass() then