We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f342443 commit 630958fCopy full SHA for 630958f
Mods/tech/mdc/export.lua
@@ -467,7 +467,7 @@ LuaExportActivityNextEvent = function(current)
467
theRoutine = coroutine.create(programA10Flightplan)
468
end
469
elseif unit == "FA-18C_hornet" then
470
- if GetDevice(0):get_argument_value(7) == 1 then -- HUD Video BIT
+ if GetDevice(0):get_argument_value(7) == 1 or GetDevice(0):get_argument_value(133) == 1 then -- HUD Video BIT or BCN
471
loadMdc()
472
theRoutine = coroutine.create(programF18Flightplan)
473
0 commit comments