diff --git a/Content.Client/Ghost/GhostSystem.cs b/Content.Client/Ghost/GhostSystem.cs index 73fb26f1dd6..e93735fad9f 100644 --- a/Content.Client/Ghost/GhostSystem.cs +++ b/Content.Client/Ghost/GhostSystem.cs @@ -116,11 +116,12 @@ namespace Content.Client.Ghost _actions.RemoveAction(uid, component.ToggleLightingAction); _actions.RemoveAction(uid, component.ToggleFoVAction); _actions.RemoveAction(uid, component.ToggleGhostsAction); - _lightManager.Enabled = true; if (uid != _playerManager.LocalPlayer?.ControlledEntity) return; + _lightManager.Enabled = true; + if (component.IsAttached) { GhostVisibility = false;