diff --git a/Content.Client/GameObjects/Components/LowWallComponent.cs b/Content.Client/GameObjects/Components/LowWallComponent.cs index d5b12e1275..9f3a7d00ad 100644 --- a/Content.Client/GameObjects/Components/LowWallComponent.cs +++ b/Content.Client/GameObjects/Components/LowWallComponent.cs @@ -39,6 +39,7 @@ namespace Content.Client.GameObjects.Components _overlayEntity = Owner.EntityManager.SpawnEntity("LowWallOverlay", Owner.Transform.Coordinates); _overlayEntity.Transform.AttachParent(Owner); + _overlayEntity.Transform.LocalPosition = Vector2.Zero; _overlaySprite = _overlayEntity.GetComponent();