Revert "Disallow stage separation at launch"
This commit is contained in:
parent
325b46608e
commit
6a0711f4b2
@ -60,6 +60,14 @@ public class StageSeparationConfiguration implements FlightConfigurableParameter
|
||||
return (mount == ignition);
|
||||
}
|
||||
},
|
||||
//// Launch
|
||||
LAUNCH(trans.get("Stage.SeparationEvent.LAUNCH")) {
|
||||
@Override
|
||||
public boolean isSeparationEvent(FlightEvent e, AxialStage stage) {
|
||||
return e.getType() == FlightEvent.Type.LAUNCH;
|
||||
}
|
||||
},
|
||||
//// Never
|
||||
NEVER(trans.get("Stage.SeparationEvent.NEVER")) {
|
||||
@Override
|
||||
public boolean isSeparationEvent(FlightEvent e, AxialStage stage) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user