rename property
This commit is contained in:
parent
e94861b94a
commit
1cbb365dd5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ var messages_priority_2 = func {
|
|||
ap_offw.noRepeat = 0;
|
||||
}
|
||||
|
||||
if ((getprop("/ECAM/warning-phase") >= 5 and getprop("/ECAM/warning-phase") <= 7) and getprop("/it-autoflight/thr-locked") == 1) {
|
||||
if ((getprop("/ECAM/warning-phase") >= 5 and getprop("/ECAM/warning-phase") <= 7) and getprop("/systems/thrust/thr-locked") == 1) {
|
||||
athr_lock.active = 1;
|
||||
athr_lock_1.active = 1;
|
||||
} else {
|
||||
|
|
Reference in a new issue