diff --git a/Nasal/it-autoflight.nas b/Nasal/it-autoflight.nas
index 1755ee7f..bf64d58e 100644
--- a/Nasal/it-autoflight.nas
+++ b/Nasal/it-autoflight.nas
@@ -21,7 +21,7 @@ var ap_init = func {
setprop("/it-autoflight/input/lat-arm", 0);
setprop("/it-autoflight/input/vert", 7);
setprop("/it-autoflight/input/prof-arm", 0);
- setprop("/it-autoflight/input/bank-limit", 30);
+ setprop("/it-autoflight/input/bank-limit", getprop("/it-autoflight/settings/default-bank-limit"));
setprop("/it-autoflight/input/trk", 0);
setprop("/it-autoflight/input/toga", 0);
setprop("/it-autoflight/output/ap1", 0);
diff --git a/Systems/autopilot-dlg.xml b/Systems/autopilot-dlg.xml
index 2d0f08ac..eb5f93e0 100644
--- a/Systems/autopilot-dlg.xml
+++ b/Systems/autopilot-dlg.xml
@@ -698,9 +698,11 @@
70
- property-assign
- /it-autoflight/input/bank-limit
- 30
+ nasal
+
diff --git a/Systems/it-autothrust.xml b/Systems/it-autothrust.xml
index eaaf3ff5..ec7c560a 100644
--- a/Systems/it-autothrust.xml
+++ b/Systems/it-autothrust.xml
@@ -224,7 +224,6 @@
-
/controls/flight/throttle-cmd