mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-05 18:36:33 +05:00
parent
42be091a85
commit
e55a8e5a59
1 changed files with 0 additions and 3 deletions
|
@ -143,9 +143,6 @@ hook.Add("PlayerSwitchWeapon", "ResetFOV", function(ply)
|
|||
local fovmult = (ply:InOverdrive() and 1.1) or 1
|
||||
|
||||
ply:SetFOV(ply:GetInfoNum("Beatrun_FOV", 120) * fovmult)
|
||||
|
||||
-- Hacky way to fix FOV after switching away from/to ARC9 SWEPs
|
||||
timer.Simple(0, function() ply:SetFOV(ply:GetInfoNum("Beatrun_FOV", 120) * fovmult) end)
|
||||
end)
|
||||
|
||||
function PLAYER:SetModel()
|
||||
|
|
Loading…
Add table
Reference in a new issue