A3XX: Auto coordination handler
This commit is contained in:
parent
a71cda533e
commit
b0d2dde31f
2 changed files with 7 additions and 1 deletions
|
@ -496,4 +496,10 @@ var r2Pedal = func {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (getprop("/controls/flight/auto-coordination") == 1) {
|
||||||
|
setprop("/controls/flight/auto-coordination", 0);
|
||||||
|
gui.popupTip("System: Auto Coordination has been turned off for this session.");
|
||||||
|
print("System: Auto Coordination has been turned off for this session.");
|
||||||
|
}
|
||||||
|
|
||||||
setprop("/systems/acconfig/libraries-loaded", 1);
|
setprop("/systems/acconfig/libraries-loaded", 1);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4072
|
4073
|
Reference in a new issue