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