diff --git a/src/GUI/LocationController.cxx b/src/GUI/LocationController.cxx index c29dc53a8..ef777c7b5 100644 --- a/src/GUI/LocationController.cxx +++ b/src/GUI/LocationController.cxx @@ -961,7 +961,7 @@ void LocationController::applyOnFinal() const double offsetNm = m_offsetDistance.convertToUnit(Units::NauticalMiles).value; m_config->setArg("offset-distance", QString::number(offsetNm)); - m_config->setArg("on-ground", std::string("false")); + m_config->setArg("in-air", std::string("")); applyAirspeed(); applyAltitude();