1
0
Fork 0

Display the auto-coordination message on startup

This commit is contained in:
Jonathan Redpath 2022-03-11 12:55:40 +00:00
parent 2fe6df78e5
commit 49e1e62ca6

View file

@ -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 = {