A32X: Fix typo causing always trigger Error Mismatch
This commit is contained in:
parent
18d9103379
commit
e87fb3bf82
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ setlistener("/systems/acconfig/new-revision", func {
|
|||
});
|
||||
|
||||
var mismatch_chk = func {
|
||||
if (num(string.replace(getprop("/sim/version/flightgear"),".","")) < 201741) {
|
||||
if (num(string.replace(getprop("/sim/version/flightgear"),".","")) < 201731) {
|
||||
setprop("/systems/acconfig/mismatch-code", "0x121");
|
||||
setprop("/systems/acconfig/mismatch-reason", "FGFS version older than 2017.3.1, please update FlightGear");
|
||||
if (getprop("/systems/acconfig/out-of-date") != 1) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
1515
|
||||
1516
|
Reference in a new issue