set lat/lon DDM format for AH-64D

This commit is contained in:
Markus Ast 2022-03-19 17:21:19 +01:00
parent f58e2b1a4e
commit 062603aefb
No known key found for this signature in database
GPG Key ID: A24156F14E230197

View File

@ -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