Bugfix
This commit is contained in:
parent
904db4e300
commit
5eb0d8e1f7
1 changed files with 1 additions and 1 deletions
|
@ -2136,7 +2136,7 @@ var messages_priority_2 = func {
|
||||||
if (getprop("/systems/thrust/thr-locked-flash") == 0) {
|
if (getprop("/systems/thrust/thr-locked-flash") == 0) {
|
||||||
athr_lock.msg = " ";
|
athr_lock.msg = " ";
|
||||||
} else {
|
} else {
|
||||||
athr_lock.msg = msgSave
|
athr_lock.msg = msgSave;
|
||||||
}
|
}
|
||||||
athr_lock.active = 1;
|
athr_lock.active = 1;
|
||||||
athr_lock_1.active = 1;
|
athr_lock_1.active = 1;
|
||||||
|
|
Loading…
Reference in a new issue