diff --git a/VECTO3GUI2020/Util/XML/Implementation/ComponentWriter/XMLVehicleWriter.cs b/VECTO3GUI2020/Util/XML/Implementation/ComponentWriter/XMLVehicleWriter.cs index 4cfda282a56983037112055816229c686783ae9d..1d637e51d3e180c088f7134b26b6528c92d6d130 100644 --- a/VECTO3GUI2020/Util/XML/Implementation/ComponentWriter/XMLVehicleWriter.cs +++ b/VECTO3GUI2020/Util/XML/Implementation/ComponentWriter/XMLVehicleWriter.cs @@ -271,7 +271,7 @@ namespace VECTO3GUI2020.Util.XML.Implementation aDASElement.Add(new XElement(adasNamespace + XMLNames.Vehicle_ADAS_EcoRollWithEngineStopStart, ecoRollWithEngineStop)); aDASElement.Add(new XElement(adasNamespace + XMLNames.Vehicle_ADAS_PCC, _inputData.ADAS.PredictiveCruiseControl.ToXMLFormat())); - aDASElement.Add(new XElement(adasNamespace + XMLNames.Vehicle_ADAS_ATEcoRollReleaseLockupClutch, _inputData.ADAS?.ATEcoRollReleaseLockupClutch )); + aDASElement.Add(new XElement(adasNamespace + XMLNames.Bus_ADAS_APTEcoRollReleaseLockupClutch, _inputData.ADAS?.ATEcoRollReleaseLockupClutch )); } _Xelement.DescendantsAndSelf().Where(e => e.Value.IsNullOrEmpty()).Remove();