Skip to content

Commit 630958f

Browse files
committed
Allow to also use BCN button in hornet to initiate programming
1 parent f342443 commit 630958f

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
@@ -467,7 +467,7 @@ LuaExportActivityNextEvent = function(current)
467467
theRoutine = coroutine.create(programA10Flightplan)
468468
end
469469
elseif unit == "FA-18C_hornet" then
470-
if GetDevice(0):get_argument_value(7) == 1 then -- HUD Video BIT
470+
if GetDevice(0):get_argument_value(7) == 1 or GetDevice(0):get_argument_value(133) == 1 then -- HUD Video BIT or BCN
471471
loadMdc()
472472
theRoutine = coroutine.create(programF18Flightplan)
473473
end

0 commit comments

Comments
 (0)