mirror of
https://github.com/asherao/dcs-scratchpad.git
synced 2025-10-29 16:56:22 +00:00
set lat/lon DDM format for AH-64D
This commit is contained in:
parent
f58e2b1a4e
commit
062603aefb
@ -265,6 +265,8 @@ local function loadScratchpad()
|
|||||||
return "DDM", true
|
return "DDM", true
|
||||||
elseif ac == "F-16C_50" or ac == "M-2000C" then
|
elseif ac == "F-16C_50" or ac == "M-2000C" then
|
||||||
return "DDM", false
|
return "DDM", false
|
||||||
|
elseif ac == "AH-64D_BLK_II" then
|
||||||
|
return "DDM", true
|
||||||
else
|
else
|
||||||
return nil, false
|
return nil, false
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user