From: PopGamer46 Date: Wed, 28 Aug 2024 13:22:21 +0000 (+0200) Subject: Fixes shuttles not being able to FTL onto/near station (#31569) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c2ccf2bc0f2e53b2d6edf3f2b8131a2b1a051b84;p=space-station-14.git Fixes shuttles not being able to FTL onto/near station (#31569) fixes FTL --- diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs index e670445745..8da7aaa641 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs @@ -118,7 +118,7 @@ public sealed partial class ShuttleSystem continue; } - TryAddFTLDestination(gridXform.MapID, true, out _); + TryAddFTLDestination(gridXform.MapID, true, false, false, out _); } }