Sim: ACCONFIG bugfix
This commit is contained in:
parent
571494358b
commit
55867d5624
2 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@ setlistener("/sim/signals/fdm-initialized", func {
|
|||
}
|
||||
mismatch_chk();
|
||||
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();
|
||||
} 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();
|
||||
|
|
|
@ -1 +1 @@
|
|||
4617
|
||||
4618
|
Reference in a new issue