]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fixes shuttles not being able to FTL onto/near station (#31569)
authorPopGamer46 <yt1popgamer@gmail.com>
Wed, 28 Aug 2024 13:22:21 +0000 (15:22 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2024 13:22:21 +0000 (23:22 +1000)
fixes FTL

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

index e6704457450007d232009708715c74919f74ed53..8da7aaa641e55a630fe1e7abaca67a874e25aaac 100644 (file)
@@ -118,7 +118,7 @@ public sealed partial class ShuttleSystem
                 continue;
             }
 
-            TryAddFTLDestination(gridXform.MapID, true, out _);
+            TryAddFTLDestination(gridXform.MapID, true, false, false, out _);
         }
     }