diff --git a/Nasal/brakes.nas b/Nasal/brakes.nas
index fe305879..d6e01775 100644
--- a/Nasal/brakes.nas
+++ b/Nasal/brakes.nas
@@ -65,7 +65,7 @@ var absChk = maketimer(0.2, func {
thr2 = getprop("/controls/engines/engine[1]/throttle");
wow0 = getprop("/gear/gear[0]/wow");
gnd_speed = getprop("/velocities/groundspeed-kt");
- if (gnd_speed > 60) {
+ if (gnd_speed > 72) {
if (getprop("/controls/autobrake/mode") != 0 and thr1 < 0.15 and thr2 < 0.15 and wow0 == 1) {
setprop("/controls/autobrake/active", 1);
if (getprop("/controls/autobrake/mode") == 1) { # LO
diff --git a/Systems/hydraulics.xml b/Systems/hydraulics.xml
index 7a6db0fb..13d5555a 100644
--- a/Systems/hydraulics.xml
+++ b/Systems/hydraulics.xml
@@ -1793,7 +1793,7 @@
- /controls/engines/engine/throttle
+ /controls/engines/engine[0]/throttle
0.15
@@ -1804,14 +1804,14 @@
/gear/gear[2]/wow
/velocities/groundspeed-kt
- 60
+ 72
- /controls/engines/engine/throttle
+ /controls/engines/engine[0]/throttle
0.16
@@ -1849,6 +1849,7 @@
+
Left Press
gain
@@ -1887,9 +1888,9 @@
-
-
-
+
+
+
Left Door