mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
Merge pull request #16 from ExoLightFR/master
fix(F-15E): wrong indicator index for WSO UFC
This commit is contained in:
commit
936ee3c2db
@ -874,7 +874,7 @@ function ExportScript.ProcessIkarusDCSConfigLowImportance(mainPanelDevice) -- Po
|
|||||||
else
|
else
|
||||||
PILOT_UFC(ExportScript.Tools.getListIndicatorValue(9))
|
PILOT_UFC(ExportScript.Tools.getListIndicatorValue(9))
|
||||||
end
|
end
|
||||||
WSO_UFC(ExportScript.Tools.getListIndicatorValue(21))
|
WSO_UFC(ExportScript.Tools.getListIndicatorValue(18))
|
||||||
-- COMBINED FUEL DISPLAY
|
-- COMBINED FUEL DISPLAY
|
||||||
ExportScript.Tools.SendData(83830,FUEL_display(mainPanelDevice,0)) -- NOTE EXPORT ID HAS CHANGED
|
ExportScript.Tools.SendData(83830,FUEL_display(mainPanelDevice,0)) -- NOTE EXPORT ID HAS CHANGED
|
||||||
-- INDIVIDUAL FUEL DATA
|
-- INDIVIDUAL FUEL DATA
|
||||||
@ -1468,5 +1468,3 @@ end
|
|||||||
-- '✅'
|
-- '✅'
|
||||||
|
|
||||||
-- Created by Trigati...but based on the excellent work of others!
|
-- Created by Trigati...but based on the excellent work of others!
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user