fix(F-15E): wrong indicator index for WSO UFC

Looks like this one was overwritten by git and missed by PR#13
This commit is contained in:
ExoLight 2024-01-20 14:21:57 +01:00
parent ca7329ba89
commit 5d8fc576ce

View File

@ -874,7 +874,7 @@ function ExportScript.ProcessIkarusDCSConfigLowImportance(mainPanelDevice) -- Po
else
PILOT_UFC(ExportScript.Tools.getListIndicatorValue(9))
end
WSO_UFC(ExportScript.Tools.getListIndicatorValue(21))
WSO_UFC(ExportScript.Tools.getListIndicatorValue(18))
-- COMBINED FUEL DISPLAY
ExportScript.Tools.SendData(83830,FUEL_display(mainPanelDevice,0)) -- NOTE EXPORT ID HAS CHANGED
-- INDIVIDUAL FUEL DATA
@ -1468,5 +1468,3 @@ end
-- '✅'
-- Created by Trigati...but based on the excellent work of others!