Don't save backward-compatible radialdirection for ParallelStage
This commit is contained in:
parent
0bcbde8a8d
commit
7917576404
@ -111,7 +111,9 @@ public class RocketComponentSaver {
|
||||
if (c instanceof FinSet || c instanceof TubeFinSet) {
|
||||
elements.add("<rotation>" + angleOffset + "</rotation>");
|
||||
}
|
||||
else if (!(c instanceof RailButton) && !(c instanceof PodSet)) {
|
||||
else if (!(c instanceof ParallelStage) &&
|
||||
!(c instanceof PodSet) &&
|
||||
!(c instanceof RailButton)) {
|
||||
elements.add("<radialdirection>" + angleOffset + "</radialdirection>");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user