Inline Transform
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Content.Server.Power.EntitySystems
|
||||
if (reachable is not CableNode)
|
||||
continue;
|
||||
|
||||
var otherTransform = reachable.Owner.Transform;
|
||||
var otherTransform = IoCManager.Resolve<IEntityManager>().GetComponent<TransformComponent>(reachable.Owner.Uid);
|
||||
if (otherTransform.GridID != grid.Index)
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user