diff --git a/Nasal/libraries.nas b/Nasal/libraries.nas index 71c45e84..faf62428 100644 --- a/Nasal/libraries.nas +++ b/Nasal/libraries.nas @@ -696,10 +696,11 @@ var r2Pedal = func { if (getprop("/controls/flight/auto-coordination") == 1) { setprop("/controls/flight/auto-coordination", 0); - setprop("/controls/flight/aileron-drives-tiller", 1); -} else { - setprop("/controls/flight/aileron-drives-tiller", 0); -} + print("System: Auto Coordination has been turned off as it is not compatible with the fly-by-wire of this aircraft."); + screen.log.write("Auto Coordination has been disabled as it is not compatible with the fly-by-wire of this aircraft", 1, 0, 0); +} + +setprop("/controls/flight/aileron-drives-tiller", 0); var APPanel = { APDisc: func() { diff --git a/revision.txt b/revision.txt index f11c82a4..9a037142 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -9 \ No newline at end of file +10 \ No newline at end of file