Copy stageMap when loading from a rocket
This commit is contained in:
parent
459d4ab4ae
commit
ae5ecb5f1d
@ -387,6 +387,7 @@ public class Rocket extends ComponentAssembly {
|
||||
this.functionalModID = r.functionalModID;
|
||||
this.refType = r.refType;
|
||||
this.customReferenceLength = r.customReferenceLength;
|
||||
this.stageMap = r.stageMap;
|
||||
|
||||
// these flight configurations need to reference the _this_ Rocket:
|
||||
this.configSet.setDefault(new FlightConfiguration(this));
|
||||
|
Loading…
x
Reference in New Issue
Block a user