diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs index 7b0c1b7484aa..f9ceab8f7b10 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs @@ -480,8 +480,10 @@ private void UpdateFTLArriving(Entity entity) { Disable(uid, component: body); } - - Enable(uid, component: body, shuttle: entity.Comp2); + else + { + Enable(uid, component: body, shuttle: entity.Comp2); + } } _thruster.DisableLinearThrusters(entity.Comp2);