From 7d3fe676dd265f58d8d2c5433fe55d89ebf8a12b Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 17 Jan 2024 23:01:40 +1100 Subject: [PATCH] Remove obsolete ftl call (#24187) Nothing burger --- .../Shuttles/Systems/ShuttleSystem.FasterThanLight.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)>(); -- 2.51.2