From a7242920231fb05cef3d987569fb6fc6b2a24fe4 Mon Sep 17 00:00:00 2001 From: Kara D Date: Thu, 18 Nov 2021 16:53:45 -0700 Subject: [PATCH] Fix AME parts being rotated --- Content.Server/AME/Components/AMEPartComponent.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/AME/Components/AMEPartComponent.cs b/Content.Server/AME/Components/AMEPartComponent.cs index e6e225be60..75d0445d78 100644 --- a/Content.Server/AME/Components/AMEPartComponent.cs +++ b/Content.Server/AME/Components/AMEPartComponent.cs @@ -55,7 +55,6 @@ namespace Content.Server.AME.Components } var ent = _serverEntityManager.SpawnEntity("AMEShielding", mapGrid.GridTileToLocal(snapPos)); - ent.Transform.LocalRotation = Owner.Transform.LocalRotation; SoundSystem.Play(Filter.Pvs(Owner), _unwrapSound.GetSound(), Owner);