This commit is contained in:
LazyBoot 2019-10-15 19:50:35 +02:00
parent 6007696f81
commit 3d914024fd
No known key found for this signature in database
GPG Key ID: 0BD81D01FA2A433F

View File

@ -56,6 +56,7 @@ HOGGIT.CoordForPlaneType = function(planeType, pos)
["M-2000C"] = ddm,
["A-10C"] = mgrs,
["F-14B"] = ddm,
["F-16C_50"] = ddm,
["FA-18C_hornet"] = ddm2
-- Everything else will default to dms. Add things here if we need exclusions.
}