Sim: Fix conflicting message behavior

This commit is contained in:
Joshua Davidson 2018-08-21 21:02:00 -04:00
parent 8fc261986f
commit 92b7d5bddf
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ setlistener("/sim/signals/fdm-initialized", func {
}
mismatch_chk();
readSettings();
if (getprop("/systems/acconfig/options/revision") < current_revision and getprop("/systems/acconfig/mismatch-code") == "0x000") {
if (getprop("/systems/acconfig/out-of-date") != 1 and getprop("/systems/acconfig/options/revision") < current_revision and getprop("/systems/acconfig/mismatch-code") == "0x000") {
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) {
welcome_dlg.open();

View file

@ -1 +1 @@
4623
4624