This commit is contained in:
Jonathan Redpath 2017-05-13 16:31:46 +01:00
commit 8487ac5182

View file

@ -112,6 +112,8 @@ setlistener("/it-autoflight/input/athr", func {
if (atmas == 0) {
setprop("/it-autoflight/output/athr", 0);
} else if (atmas == 1) {
setprop("/it-autoflight/output/retard", 0);
thrustmode();
setprop("/it-autoflight/output/athr", 1);
}
});