From bb9e36faca18479550be23937c3a47a6519069f2 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Thu, 4 May 2023 11:03:45 -0800 Subject: [PATCH] Reparent crafted items (#15848) --- Content.Server/Construction/ConstructionSystem.Graph.cs | 1 + 1 file changed, 1 insertion(+) 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; -- 2.51.2