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)