Copy stageMap when loading from a rocket

This commit is contained in:
JoePfeiffer 2021-12-09 09:31:21 -07:00
parent 459d4ab4ae
commit ae5ecb5f1d

View File

@ -387,6 +387,7 @@ public class Rocket extends ComponentAssembly {
this.functionalModID = r.functionalModID; this.functionalModID = r.functionalModID;
this.refType = r.refType; this.refType = r.refType;
this.customReferenceLength = r.customReferenceLength; this.customReferenceLength = r.customReferenceLength;
this.stageMap = r.stageMap;
// these flight configurations need to reference the _this_ Rocket: // these flight configurations need to reference the _this_ Rocket:
this.configSet.setDefault(new FlightConfiguration(this)); this.configSet.setDefault(new FlightConfiguration(this));