A3XX: Support 2017.3.0

This commit is contained in:
Joshua Davidson 2017-09-28 19:07:10 -04:00
parent 099356755b
commit 15ab8a4456

View file

@ -112,9 +112,9 @@ setlistener("/systems/acconfig/new-revision", func {
});
var mismatch_chk = func {
if (num(string.replace(getprop("/sim/version/flightgear"),".","")) < 201731) {
if (num(string.replace(getprop("/sim/version/flightgear"),".","")) < 201730) {
setprop("/systems/acconfig/mismatch-code", "0x121");
setprop("/systems/acconfig/mismatch-reason", "FGFS version older than 2017.3.1, please update FlightGear");
setprop("/systems/acconfig/mismatch-reason", "FGFS version older than 2017.3.0, please update FlightGear");
if (getprop("/systems/acconfig/out-of-date") != 1) {
error_mismatch.open();
}