diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs index 7b0c1b7484..f9ceab8f7b 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs @@ -480,8 +480,10 @@ public sealed partial class ShuttleSystem { Disable(uid, component: body); } - - Enable(uid, component: body, shuttle: entity.Comp2); + else + { + Enable(uid, component: body, shuttle: entity.Comp2); + } } _thruster.DisableLinearThrusters(entity.Comp2);