Remove problematic body code (#10783)
This commit is contained in:
parent
425b3296e6
commit
86f41478c8
|
|
@ -257,9 +257,6 @@ namespace Content.Shared.Body.Components
|
|||
|
||||
private void AddedToBody(SharedBodyComponent body)
|
||||
{
|
||||
var transformComponent = _entMan.GetComponent<TransformComponent>(Owner);
|
||||
transformComponent.LocalRotation = 0;
|
||||
transformComponent.AttachParent(body.Owner);
|
||||
OnAddedToBody(body);
|
||||
|
||||
foreach (var mechanism in _mechanisms)
|
||||
|
|
|
|||
Loading…
Reference in New Issue