Remove most usages of obsolete TransformComponent methods (#19571)
This commit is contained in:
@@ -65,7 +65,7 @@ public abstract partial class SharedBuckleSystem : EntitySystem
|
||||
|
||||
var buckleTransform = Transform(buckleUid);
|
||||
|
||||
buckleTransform.Coordinates = new EntityCoordinates(strapUid, strapComp.BuckleOffset);
|
||||
_transformSystem.SetCoordinates(buckleUid, buckleTransform, new EntityCoordinates(strapUid, strapComp.BuckleOffset));
|
||||
|
||||
// Buckle subscribes to move for <reasons> so this might fail.
|
||||
// TODO: Make buckle not do that.
|
||||
|
||||
Reference in New Issue
Block a user