mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-29 21:33:02 +05:00
Merge branch 'dev' of https://github.com/losttrackpad/beatrun-forked into dev
This commit is contained in:
commit
bd0201f70b
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ function PLAYER:CalcView(view)
|
||||||
|
|
||||||
if CLIENT then
|
if CLIENT then
|
||||||
-- VERY hacky and dirty code and I apologize in advance
|
-- 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 IsValid(LocalPlayer():GetActiveWeapon()) then
|
||||||
if lframeswepclass ~= LocalPlayer():GetActiveWeapon():GetClass() then
|
if lframeswepclass ~= LocalPlayer():GetActiveWeapon():GetClass() then
|
||||||
|
|
Loading…
Reference in a new issue