From aaf1d130834d3bc79b4ed801d3d96b126ec767c8 Mon Sep 17 00:00:00 2001 From: ExoLightFR <40464519+ExoLightFR@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:09:34 +0100 Subject: [PATCH] fix(F-15E): indicator index for UFCs --- Scripts/DCS-ExportScript/ExportsModules/F-15ESE.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripts/DCS-ExportScript/ExportsModules/F-15ESE.lua b/Scripts/DCS-ExportScript/ExportsModules/F-15ESE.lua index e36d26a..7aeabbf 100644 --- a/Scripts/DCS-ExportScript/ExportsModules/F-15ESE.lua +++ b/Scripts/DCS-ExportScript/ExportsModules/F-15ESE.lua @@ -870,11 +870,11 @@ function ExportScript.ProcessIkarusDCSConfigLowImportance(mainPanelDevice) -- Po ExportScript.Tools.SendData(757575,"⚪⚫\nšŸŸ”šŸ”“\nšŸŸ¢āŒ") -- ADVANCED UFC IMPLEMENTATION v1 if Norsk_UFC == "TRUE" then - PILOT_UFCa(ExportScript.Tools.getListIndicatorValue(8)) + PILOT_UFCa(ExportScript.Tools.getListIndicatorValue(9)) else - PILOT_UFC(ExportScript.Tools.getListIndicatorValue(8)) + PILOT_UFC(ExportScript.Tools.getListIndicatorValue(9)) end - WSO_UFC(ExportScript.Tools.getListIndicatorValue(20)) + WSO_UFC(ExportScript.Tools.getListIndicatorValue(21)) -- COMBINED FUEL DISPLAY ExportScript.Tools.SendData(83830,FUEL_display(mainPanelDevice,0)) -- NOTE EXPORT ID HAS CHANGED -- INDIVIDUAL FUEL DATA