diff --git a/Content.Server/Construction/ConstructionSystem.Graph.cs b/Content.Server/Construction/ConstructionSystem.Graph.cs index 79a7c5e39c..8a848495c8 100644 --- a/Content.Server/Construction/ConstructionSystem.Graph.cs +++ b/Content.Server/Construction/ConstructionSystem.Graph.cs @@ -342,6 +342,7 @@ namespace Content.Server.Construction // Transform transferring. var newTransform = Transform(newUid); + newTransform.AttachToGridOrMap(); // in case in hands or a container newTransform.LocalRotation = transform.LocalRotation; newTransform.Anchored = transform.Anchored;