diff --git a/Content.Client/DragDrop/DragDropSystem.cs b/Content.Client/DragDrop/DragDropSystem.cs index 13842631ab..d5841080fd 100644 --- a/Content.Client/DragDrop/DragDropSystem.cs +++ b/Content.Client/DragDrop/DragDropSystem.cs @@ -80,6 +80,7 @@ namespace Content.Client.DragDrop public override void Initialize() { UpdatesOutsidePrediction = true; + UpdatesAfter.Add(typeof(EyeUpdateSystem)); _dragDropHelper = new DragDropHelper(OnBeginDrag, OnContinueDrag, OnEndDrag); _cfgMan.OnValueChanged(CCVars.DragDropDeadZone, SetDeadZone, true);