diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs index 636470e2e5..2602e9392e 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs @@ -700,7 +700,7 @@ public sealed partial class ShuttleSystem return; // Flatten anything not parented to a grid. - var transform = _physics.GetPhysicsTransform(uid, xform, _xformQuery); + var transform = _physics.GetPhysicsTransform(uid, xform); var aabbs = new List(manager.Fixtures.Count); var immune = new HashSet(); var tileSet = new List<(Vector2i, Tile)>();