Display the auto-coordination message on startup
This commit is contained in:
parent
2fe6df78e5
commit
49e1e62ca6
1 changed files with 2 additions and 1 deletions
|
@ -338,7 +338,8 @@ setlistener("/controls/flight/auto-coordination", func() {
|
||||||
pts.Controls.Flight.autoCoordination.setBoolValue(0);
|
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.");
|
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);
|
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
|
# Legacy FCU
|
||||||
var APPanel = {
|
var APPanel = {
|
||||||
|
|
Loading…
Reference in a new issue