From ccc11623c30d09d5b56f7f9e9a8a4292de8ce751 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Sat, 10 Jun 2023 19:04:18 +0200 Subject: [PATCH] #UTILS * Sinai Time --- Moose Development/Moose/Utilities/Utils.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Moose Development/Moose/Utilities/Utils.lua b/Moose Development/Moose/Utilities/Utils.lua index 2e3ff8ff0..b86e0a109 100644 --- a/Moose Development/Moose/Utilities/Utils.lua +++ b/Moose Development/Moose/Utilities/Utils.lua @@ -1685,6 +1685,10 @@ function UTILS.GMTToLocalTimeDifference() return 10 -- Guam is UTC+10 hours. elseif theatre==DCSMAP.Falklands then return -3 -- Fireland is UTC-3 hours. + elseif theatre==DCSMAP.SinaiMap then + return 2 -- Sinai is UTC+2 hours. + elseif theatre==DCSMAP.Sinai then -- in case ED corrects the name + return 2 -- Sinai is UTC+2 hours. else BASE:E(string.format("ERROR: Unknown Map %s in UTILS.GMTToLocal function. Returning 0", tostring(theatre))) return 0