A3XX: Remove message from managed speed push
This commit is contained in:
parent
25a0573379
commit
bfd212fd5b
1 changed files with 0 additions and 2 deletions
|
@ -176,8 +176,6 @@ var mcpSPDKnbPush = func {
|
||||||
if (getprop("/FMGC/internal/cruise-lvl-set") == 1 and getprop("/FMGC/internal/cost-index-set") == 1) {
|
if (getprop("/FMGC/internal/cruise-lvl-set") == 1 and getprop("/FMGC/internal/cost-index-set") == 1) {
|
||||||
setprop("/it-autoflight/input/spd-managed", 1);
|
setprop("/it-autoflight/input/spd-managed", 1);
|
||||||
fmgc.ManagedSPD.start();
|
fmgc.ManagedSPD.start();
|
||||||
} else {
|
|
||||||
gui.popupTip("Please make sure you have set a cruise altitude and cost index in the MCDU.");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue