mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
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:
parent
ca7329ba89
commit
5d8fc576ce
@ -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!
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user