From b87c4045818b8732c4a79c65b3a081361b11bb31 Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Sun, 13 Jun 2021 17:58:01 +0100 Subject: [PATCH] Simbrief: explicitly disable the ability whenever FROM / TO is already filled, because the function is not available then --- Nasal/MCDU/INITA.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/MCDU/INITA.nas b/Nasal/MCDU/INITA.nas index 9d048ea0..0ddced4e 100644 --- a/Nasal/MCDU/INITA.nas +++ b/Nasal/MCDU/INITA.nas @@ -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") == "") {