From 86b3d9d53717de86a04c8e693c3a556fbcab372b Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Sat, 25 Jul 2020 19:14:56 +0100 Subject: [PATCH] Fix autocoordination #172 --- Nasal/Libraries/libraries.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/Libraries/libraries.nas b/Nasal/Libraries/libraries.nas index a728401c..6295262c 100644 --- a/Nasal/Libraries/libraries.nas +++ b/Nasal/Libraries/libraries.nas @@ -531,7 +531,7 @@ 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); ############## # Legacy FCU #