1
0
Fork 0

Simbrief: explicitly disable the ability whenever FROM / TO is already filled, because the function is not available then

This commit is contained in:
legoboyvdlp R 2021-06-13 17:58:01 +01:00
parent c87de06eff
commit b87c404581

View file

@ -279,7 +279,7 @@ var initInputA = func(key, i) {
}
}
} else if (key == "R2") {
if (pts.Engines.Engine.state[0].getValue() != 3 and pts.Engines.Engine.state[1].getValue() != 3) {
if (pts.Engines.Engine.state[0].getValue() != 3 and pts.Engines.Engine.state[1].getValue() != 3 and fmgc.FMGCInternal.toFromSet == 0) {
if (!ecam.vhf3_voice.active) {
if (atsu.ATSU.working) {
if (getprop("/FMGC/simbrief-username") == "") {