Don't need to save <radialdirection> for pod sets, since there's no backward compatibility issue with them
This commit is contained in:
parent
a83de6b795
commit
4c7b3694b2
@ -111,7 +111,7 @@ public class RocketComponentSaver {
|
|||||||
if (c instanceof FinSet || c instanceof TubeFinSet) {
|
if (c instanceof FinSet || c instanceof TubeFinSet) {
|
||||||
elements.add("<rotation>" + angleOffset + "</rotation>");
|
elements.add("<rotation>" + angleOffset + "</rotation>");
|
||||||
}
|
}
|
||||||
else if (!(c instanceof RailButton)) {
|
else if (!(c instanceof RailButton) && !(c instanceof PodSet)) {
|
||||||
elements.add("<radialdirection>" + angleOffset + "</radialdirection>");
|
elements.add("<radialdirection>" + angleOffset + "</radialdirection>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user