Skip to content

Commit 889264e

Browse files
committed
Allow to program A-10C_2 as well
1 parent 78ab13e commit 889264e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mods/tech/mdc/export.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ LuaExportActivityNextEvent = function(current)
461461
if data ~= nil then
462462
if theRoutine == nil then
463463
unit = data.Name
464-
if unit == "A-10C" then
464+
if unit == "A-10C" or unit == "A-10C_2" then
465465
if GetDevice(0):get_argument_value(464) == 1 then -- CDU_UNUSED-DOT
466466
loadMdc()
467467
theRoutine = coroutine.create(programA10Flightplan)

0 commit comments

Comments
 (0)