A3XX: Fix a minor bug
This commit is contained in:
parent
a8e576d23e
commit
9d712313de
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ var mismatch_chk = func {
|
|||
error_mismatch.open();
|
||||
}
|
||||
print("Mismatch: 0x121");
|
||||
} else if (getprop("/gear/gear[0]/wow") == 0 or getprop("/position/altitude-ft") >= 50000 or getprop("/systems/acconfig/libraries-loaded") == 0) {
|
||||
} else if (getprop("/gear/gear[0]/wow") == 0 or getprop("/position/altitude-ft") >= 50000 or getprop("/systems/acconfig/libraries-loaded") != 1) {
|
||||
setprop("/systems/acconfig/mismatch-code", "0x223");
|
||||
setprop("/systems/acconfig/mismatch-reason", "Aircraft initialization failed");
|
||||
if (getprop("/systems/acconfig/out-of-date") != 1) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
4304
|
||||
4305
|
Reference in a new issue