]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove obsolete ftl call (#24187)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Wed, 17 Jan 2024 12:01:40 +0000 (23:01 +1100)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 12:01:40 +0000 (23:01 +1100)
Nothing burger

Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs

index 636470e2e5fd0d1b890519b73821f62537205fe4..2602e9392ecc08686c86b8570bc97a79d3acd654 100644 (file)
@@ -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<Box2>(manager.Fixtures.Count);
         var immune = new HashSet<EntityUid>();
         var tileSet = new List<(Vector2i, Tile)>();