* less noise

This commit is contained in:
Applevangelist
2022-11-27 17:35:09 +01:00
parent cec045045e
commit eb5a72fc27
5 changed files with 10 additions and 6 deletions

View File

@@ -1576,6 +1576,8 @@ function UTILS.GMTToLocalTimeDifference()
return 3 -- Damascus is UTC+3 hours
elseif theatre==DCSMAP.MarianaIslands then
return 10 -- Guam is UTC+10 hours.
elseif theatre==DCSMAP.Falklands then
return -3 -- Fireland is UTC-3 hours.
else
BASE:E(string.format("ERROR: Unknown Map %s in UTILS.GMTToLocal function. Returning 0", tostring(theatre)))
return 0