Sim: ACCONFIG bugfix

This commit is contained in:
Joshua Davidson 2018-08-05 23:31:47 -04:00
parent 571494358b
commit 55867d5624
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ setlistener("/sim/signals/fdm-initialized", func {
} }
mismatch_chk(); mismatch_chk();
readSettings(); readSettings();
if (getprop("/systems/acconfig/options/revision") < current_revision) { if (getprop("/systems/acconfig/options/revision") < current_revision and getprop("/systems/acconfig/mismatch-code") == "0x000") {
updated_dlg.open(); updated_dlg.open();
} else if (getprop("/systems/acconfig/out-of-date") != 1 and getprop("/systems/acconfig/mismatch-code") == "0x000" and getprop("/systems/acconfig/options/welcome-skip") != 1) { } else if (getprop("/systems/acconfig/out-of-date") != 1 and getprop("/systems/acconfig/mismatch-code") == "0x000" and getprop("/systems/acconfig/options/welcome-skip") != 1) {
welcome_dlg.open(); welcome_dlg.open();

View file

@ -1 +1 @@
4617 4618