1
0
Fork 0
This commit is contained in:
Matthew Maring 2020-05-13 18:07:43 -04:00
parent bb25e00230
commit 681dca2b7f

View file

@ -63,7 +63,7 @@ var fuelPredInput = func(key, i) {
} else {
notAllowed(i);
}
} else if (key == "L4" and getprop("/FMGC/internal/block-confirmed") and !getprop("/FMGC/internal/fuel-calculating") and getprop("/FMGC/internal/alt-set")s) {
} else if (key == "L4" and getprop("/FMGC/internal/block-confirmed") and !getprop("/FMGC/internal/fuel-calculating") and getprop("/FMGC/internal/alt-set")) {
if (scratchpad == "CLR") {
setprop("/FMGC/internal/alt-fuel", 0.0);
setprop("/FMGC/internal/alt-time", "0000");