From a0e7ce2005fa5277e0c700b4b6b86f991bfbc396 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 28 Mar 2023 00:25:27 +1100 Subject: [PATCH] Add PreventPilot to arrivals source (#14899) --- Content.Server/Shuttles/Systems/ArrivalsSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/Shuttles/Systems/ArrivalsSystem.cs b/Content.Server/Shuttles/Systems/ArrivalsSystem.cs index 2181014eb4..e2e0175b74 100644 --- a/Content.Server/Shuttles/Systems/ArrivalsSystem.cs +++ b/Content.Server/Shuttles/Systems/ArrivalsSystem.cs @@ -330,6 +330,7 @@ public sealed class ArrivalsSystem : EntitySystem { EnsureComp(id); EnsureComp(id); + EnsureComp(id); } // Handle roundstart stations. -- 2.51.2