Purge uses of TransformComponent.Anchored.set. Also adds parentheses. (#34938)
This commit is contained in:
@@ -149,7 +149,7 @@ namespace Content.Server.Explosion.EntitySystems
|
||||
if (xform.Anchored)
|
||||
return;
|
||||
|
||||
_transformSystem.AnchorEntity(uid, xform);
|
||||
_transformSystem.AnchorEntity((uid, xform));
|
||||
|
||||
if (component.RemoveOnTrigger)
|
||||
RemCompDeferred<AnchorOnTriggerComponent>(uid);
|
||||
|
||||
Reference in New Issue
Block a user