From: Kevin Zheng Date: Thu, 4 May 2023 19:03:45 +0000 (-0800) Subject: Reparent crafted items (#15848) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=bb9e36faca18479550be23937c3a47a6519069f2;p=space-station-14.git Reparent crafted items (#15848) --- 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;