diff --git a/hoggit/group.lua b/hoggit/group.lua index ed2bc99..45cfea2 100644 --- a/hoggit/group.lua +++ b/hoggit/group.lua @@ -55,7 +55,8 @@ HOGGIT.CoordForPlaneType = function(planeType, pos) ["Ka-50"] = ddm, ["M-2000C"] = ddm, ["A-10C"] = mgrs, - ["AJS37"] = endms6 + ["AJS37"] = endms6, + ["F-14B"] = ddm -- Everything else will default to dms. Add things here if we need exclusions. } local f = unitCoordTypeTable[planeType]