From 86f41478c80b2bcba89cd8d122c50fc153378d2c Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Tue, 23 Aug 2022 18:33:46 +1200 Subject: [PATCH] Remove problematic body code (#10783) --- Content.Shared/Body/Components/SharedBodyPartComponent.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Content.Shared/Body/Components/SharedBodyPartComponent.cs b/Content.Shared/Body/Components/SharedBodyPartComponent.cs index 5f2b790779..2420258894 100644 --- a/Content.Shared/Body/Components/SharedBodyPartComponent.cs +++ b/Content.Shared/Body/Components/SharedBodyPartComponent.cs @@ -257,9 +257,6 @@ namespace Content.Shared.Body.Components private void AddedToBody(SharedBodyComponent body) { - var transformComponent = _entMan.GetComponent(Owner); - transformComponent.LocalRotation = 0; - transformComponent.AttachParent(body.Owner); OnAddedToBody(body); foreach (var mechanism in _mechanisms)