Also copy configuration name upon config copy
This commit is contained in:
parent
d3ec4f66eb
commit
85d9985f0b
@ -716,6 +716,7 @@ public class FlightConfiguration implements FlightConfigurableParameter<FlightCo
|
|||||||
copy.modID = this.modID;
|
copy.modID = this.modID;
|
||||||
copy.boundsModID = -1;
|
copy.boundsModID = -1;
|
||||||
copy.refLengthModID = -1;
|
copy.refLengthModID = -1;
|
||||||
|
copy.configurationName = configurationName;
|
||||||
return copy;
|
return copy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user