From 95c044386f32f28392595caa810d608d12878db0 Mon Sep 17 00:00:00 2001 From: Markus Ast Date: Sat, 1 Jul 2023 11:33:21 +0200 Subject: [PATCH] set coordinate format for F-15ESE --- Scripts/Hooks/scratchpad-hook.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/Hooks/scratchpad-hook.lua b/Scripts/Hooks/scratchpad-hook.lua index d51c122..f18aaa6 100644 --- a/Scripts/Hooks/scratchpad-hook.lua +++ b/Scripts/Hooks/scratchpad-hook.lua @@ -595,6 +595,8 @@ local function loadScratchpad() return {DDM = true, MGRS = true} elseif string.sub(ac, 1, 4) == "F-14" then return {DDM = {precision = 1}} + elseif ac == "F-15ESE" then + return {DDM = {precision = 3, lonDegreesWidth = 3}, MGRS = true} elseif ac == "M-2000C" then return {DDM = {precision = 1, lonDegreesWidth = 3}} elseif ac == "F-16C_50" then