diff --git a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java index 2ec435327..7cbd9f0bf 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java +++ b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java @@ -109,23 +109,23 @@ public class FlightConfiguration implements FlightConfigurableParameter activeMotorList = status.getMotors(); + Collection activeMotorList = status.getActiveMotors(); for (MotorClusterState currentMotorState : activeMotorList ) { thrust += currentMotorState.getAverageThrust( status.getSimulationTime(), currentTime ); //thrust += currentMotorState.getThrust( currentTime );