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:
commit
56b7a1b869
@ -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<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user