mirror of
https://github.com/asherao/dcs-scratchpad.git
synced 2025-10-29 16:56:22 +00:00
change coordinate format for A-10C_2 to DDM
This commit is contained in:
parent
22dea08045
commit
0d7630d3df
@ -259,8 +259,10 @@ local function loadScratchpad()
|
|||||||
|
|
||||||
local function coordsType()
|
local function coordsType()
|
||||||
local ac = DCS.getPlayerUnitType()
|
local ac = DCS.getPlayerUnitType()
|
||||||
if ac == "FA-18C_hornet" or ac == "A-10C_2" then
|
if ac == "FA-18C_hornet" then
|
||||||
return "DMS", true
|
return "DMS", true
|
||||||
|
elseif ac == "A-10C_2" then
|
||||||
|
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
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user