From b7dc1c91e02901431cda3fb2cc940e2d1320fc9c Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Sat, 9 Nov 2019 16:29:57 +0000 Subject: [PATCH] System: remove aileron driving the nose wheel, add prompt for auto-coordination --- Nasal/libraries.nas | 9 +++++---- revision.txt | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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