Remove SharedEye (but content) (#19481)
This commit is contained in:
@@ -4,7 +4,6 @@ using Content.Client.Interactable.Components;
|
||||
using Content.Client.Viewport;
|
||||
using Content.Shared.CCVar;
|
||||
using Content.Shared.Interaction;
|
||||
using Robust.Client.GameObjects;
|
||||
using Robust.Client.Graphics;
|
||||
using Robust.Client.Input;
|
||||
using Robust.Client.Player;
|
||||
@@ -42,7 +41,7 @@ public sealed class InteractionOutlineSystem : EntitySystem
|
||||
base.Initialize();
|
||||
|
||||
_configManager.OnValueChanged(CCVars.OutlineEnabled, SetCvarEnabled);
|
||||
UpdatesAfter.Add(typeof(EyeUpdateSystem));
|
||||
UpdatesAfter.Add(typeof(SharedEyeSystem));
|
||||
}
|
||||
|
||||
public override void Shutdown()
|
||||
|
||||
Reference in New Issue
Block a user