]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add PreventPilot to arrivals source (#14899)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 27 Mar 2023 13:25:27 +0000 (00:25 +1100)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2023 13:25:27 +0000 (00:25 +1100)
Content.Server/Shuttles/Systems/ArrivalsSystem.cs

index 2181014eb4e6fe204a429731ecc086479fee7abb..e2e0175b7446837bd95185ea9e7fd40c9ebf8806 100644 (file)
@@ -330,6 +330,7 @@ public sealed class ArrivalsSystem : EntitySystem
         {
             EnsureComp<ArrivalsSourceComponent>(id);
             EnsureComp<ProtectedGridComponent>(id);
+            EnsureComp<PreventPilotComponent>(id);
         }
 
         // Handle roundstart stations.