A3XX: Support 2017.3.0
This commit is contained in:
parent
099356755b
commit
15ab8a4456
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Reference in a new issue