diff --git a/src/Autopilot/xmlauto.hxx b/src/Autopilot/xmlauto.hxx index 38cfef890..a09b73a2a 100644 --- a/src/Autopilot/xmlauto.hxx +++ b/src/Autopilot/xmlauto.hxx @@ -73,7 +73,7 @@ public: FGXMLAutoComponent() : enable_prop( NULL ), - passive_mode( fgGetNode("/autopilot/settings/passive-mode", true) ), + passive_mode( fgGetNode("/autopilot/locks/passive-mode", true) ), enable_value( "" ), honor_passive( false ), enabled( false ),