[fix] Cloned flight Configurations now display correct name

This commit is contained in:
Daniel_M_Williams 2016-10-22 18:54:44 -04:00
parent 443b4b9a35
commit c556cf93a7

View File

@ -448,8 +448,8 @@ public class FlightConfiguration implements FlightConfigurableParameter<FlightCo
// Note the stages are updated in the constructor call.
FlightConfiguration clone = new FlightConfiguration( this.rocket, this.fcid );
clone.setName("clone[#"+clone.instanceNumber+"]"+clone.fcid.toShortKey());
clone.setName(configurationName);
clone.cachedBounds = this.cachedBounds.clone();
clone.modID = this.modID;
clone.boundsModID = -1;