Co-authored-by: MetalSage <metalsage.official@gmail.com>
This commit is contained in:
MetalSage
2025-01-15 21:14:50 +04:00
committed by GitHub
parent 02cfcd620c
commit 6e77b82da7

View File

@@ -41,7 +41,7 @@ public sealed class CP14BasePostProcessOverlay : Overlay
if (args.Viewport.Eye != eyeComp.Eye)
return false;
if (!_lightManager.Enabled || !eyeComp.Eye.DrawLight)
if (!_lightManager.Enabled || !eyeComp.Eye.DrawLight || !eyeComp.Eye.DrawFov)
return false;
var playerEntity = _playerManager.LocalSession?.AttachedEntity;