We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ab13e commit 889264eCopy full SHA for 889264e
1 file changed
Mods/tech/mdc/export.lua
@@ -461,7 +461,7 @@ LuaExportActivityNextEvent = function(current)
461
if data ~= nil then
462
if theRoutine == nil then
463
unit = data.Name
464
- if unit == "A-10C" then
+ if unit == "A-10C" or unit == "A-10C_2" then
465
if GetDevice(0):get_argument_value(464) == 1 then -- CDU_UNUSED-DOT
466
loadMdc()
467
theRoutine = coroutine.create(programA10Flightplan)
0 commit comments