diff --git a/src/comm/QGCFlightGearLink.cc b/src/comm/QGCFlightGearLink.cc index 9bc8a7aa2ac4c1c01117eda863413f35145a295c..86020206986245b4fc0612b9f52b057f379de44c 100644 --- a/src/comm/QGCFlightGearLink.cc +++ b/src/comm/QGCFlightGearLink.cc @@ -758,7 +758,7 @@ bool QGCFlightGearLink::connectSimulation() #ifdef DEBUG_FLIGHTGEAR_CONNECT qDebug() << "\nSplit arguments" << uiArgList << "\n"; #endif - _fgArgList += uiArgList; + _fgArgList = uiArgList; // If we have an --fg-root coming in from the ui options, that setting overrides any internal searching of // proposed locations.