Fix autocoordination #172
This commit is contained in:
parent
ac03b256f0
commit
86b3d9d537
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ 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);
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# Legacy FCU #
|
# Legacy FCU #
|
||||||
|
|
Loading…
Reference in a new issue