Purge uses of TransformComponent.Anchored.set. Also adds parentheses. (#34938)
This commit is contained in:
@@ -522,7 +522,7 @@ namespace Content.Server.Cargo.Systems
|
||||
var item = Spawn(order.ProductId, spawn);
|
||||
|
||||
// Ensure the item doesn't start anchored
|
||||
_transformSystem.Unanchor(item, Transform(item));
|
||||
_transformSystem.Unanchor((item, Transform(item)));
|
||||
|
||||
// Create a sheet of paper to write the order details on
|
||||
var printed = EntityManager.SpawnEntity(paperProto, spawn);
|
||||
|
||||
Reference in New Issue
Block a user