From 3403b3994971156f6e250fd6db540a2a5de6813e Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Fri, 21 Jul 2017 17:33:14 -0400 Subject: [PATCH] A3XX: Another MCDU Bugfix --- Nasal/MCDU2/MCDU.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/MCDU2/MCDU.nas b/Nasal/MCDU2/MCDU.nas index 293a5159..bf2523cb 100644 --- a/Nasal/MCDU2/MCDU.nas +++ b/Nasal/MCDU2/MCDU.nas @@ -286,7 +286,7 @@ var pagebutton = func(btn) { } else if (getprop("/FMGC/status/phase") == 3) { setprop("/MCDU[1]/page", "CRZ"); } else if (getprop("/FMGC/status/phase") == 4) { - setprop("/MCDU[0]/page", "DES"); + setprop("/MCDU[1]/page", "DES"); } } else if (btn == "init") { setprop("/MCDU[1]/page", "INITA");