diff --git a/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs b/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs index adc97dd9fb..8fa44a2fc1 100644 --- a/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs +++ b/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs @@ -13,6 +13,7 @@ using Content.Server.Station.Systems; using Content.Shared.Access.Systems; using Content.Shared.CCVar; using Content.Shared.Database; +using Content.Shared.Shuttles.Components; using Content.Shared.Shuttles.Events; using Content.Shared.Tiles; using Robust.Server.GameObjects; @@ -370,6 +371,7 @@ public sealed partial class EmergencyShuttleSystem : EntitySystem component.EmergencyShuttle = shuttle; EnsureComp(shuttle.Value); + EnsureComp(shuttle.Value); } private void OnEscapeUnpaused(EntityUid uid, EscapePodComponent component, ref EntityUnpausedEvent args)