From 889264e3e7f6e6fd012d92c43099edfc9f25a40b Mon Sep 17 00:00:00 2001 From: Obfuscoder Date: Sun, 11 Oct 2020 19:33:29 +0200 Subject: [PATCH] Allow to program A-10C_2 as well --- Mods/tech/mdc/export.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mods/tech/mdc/export.lua b/Mods/tech/mdc/export.lua index 75cccf7..c95e375 100644 --- a/Mods/tech/mdc/export.lua +++ b/Mods/tech/mdc/export.lua @@ -461,7 +461,7 @@ LuaExportActivityNextEvent = function(current) if data ~= nil then if theRoutine == nil then unit = data.Name - if unit == "A-10C" then + if unit == "A-10C" or unit == "A-10C_2" then if GetDevice(0):get_argument_value(464) == 1 then -- CDU_UNUSED-DOT loadMdc() theRoutine = coroutine.create(programA10Flightplan)