Merge branch 'master' of https://www.github.com/it0uchpods/A320Family
This commit is contained in:
commit
8487ac5182
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
|
Reference in a new issue