diff --git a/Nasal/Libraries/libraries.nas b/Nasal/Libraries/libraries.nas index b7167432..6d4fcd6f 100644 --- a/Nasal/Libraries/libraries.nas +++ b/Nasal/Libraries/libraries.nas @@ -338,7 +338,8 @@ setlistener("/controls/flight/auto-coordination", func() { pts.Controls.Flight.autoCoordination.setBoolValue(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); -}, 0, 0); + screen.log.write("Tiller will now be controlled by aileron, rather than rudder", 1, 0, 0); +}, 1, 0); # Legacy FCU var APPanel = {