Fix shuttle disabling on ftl (#25859)

Branch moment.
This commit is contained in:
metalgearsloth
2024-03-05 21:08:44 +11:00
committed by GitHub
parent 68bb57bbaf
commit 574c625d12

View File

@@ -480,8 +480,10 @@ public sealed partial class ShuttleSystem
{ {
Disable(uid, component: body); Disable(uid, component: body);
} }
else
Enable(uid, component: body, shuttle: entity.Comp2); {
Enable(uid, component: body, shuttle: entity.Comp2);
}
} }
_thruster.DisableLinearThrusters(entity.Comp2); _thruster.DisableLinearThrusters(entity.Comp2);