A32X: Fix typo causing always trigger Error Mismatch

This commit is contained in:
Joshua Davidson 2017-09-20 23:22:04 -04:00
parent 18d9103379
commit e87fb3bf82
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -1 +1 @@
1515
1516