mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
fix(F-5E): wrong flaps text for FXD position
This commit is contained in:
parent
47a6142e10
commit
2f960afd0c
@ -1396,7 +1396,7 @@ function ExportScript.flapPositionIndicator(mainPanelDevice)
|
||||
local flapIndicatorPositions = {
|
||||
[0.1] = "UP",
|
||||
[0.2] = "AUTO",
|
||||
[0.3] = "FIXED",
|
||||
[0.3] = "FXD",
|
||||
[0.4] = "FULL"
|
||||
}
|
||||
local currentPos = mainPanelDevice:get_argument_value(51)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user