From fa21d3caf018254c851525ba0e481421859b3e63 Mon Sep 17 00:00:00 2001 From: Lugghawk Date: Thu, 28 Mar 2019 00:43:23 -0400 Subject: [PATCH] Adds F-14B coordinate system --- hoggit/group.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]