Merge pull request #1235 from JoePfeiffer/fix-1215

Change default stage separation from next stage ignition to current stage motor burnout.
This commit is contained in:
SiboVG 2022-03-14 04:00:10 +01:00 committed by GitHub
commit 56b7a1b869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ public class StageSeparationConfiguration implements FlightConfigurableParameter
private static final Translator trans = Application.getTranslator();
private SeparationEvent separationEvent = SeparationEvent.UPPER_IGNITION;
private SeparationEvent separationEvent = SeparationEvent.EJECTION;
private double separationDelay = 0;
private final List<StageSeparationConfiguration> configListeners = new LinkedList<>();