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:
@@ -265,6 +265,8 @@ local function loadScratchpad()
|
||||
return "DDM", true
|
||||
elseif ac == "F-16C_50" or ac == "M-2000C" then
|
||||
return "DDM", false
|
||||
elseif ac == "AH-64D_BLK_II" then
|
||||
return "DDM", true
|
||||
else
|
||||
return nil, false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user