Add support for UTC+13 and +14 timezone

This commit is contained in:
Daniël 2023-11-14 09:22:29 +01:00 committed by GitHub
parent b7a82da5ed
commit 51283455a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ private _categoryName = format ["ACE %1", localize ELSTRING(map,Module_DisplayNa
QGVAR(timestampUTCOffset), "SLIDER",
[LSTRING(TimestampUTCOffset), LSTRING(TimestampUTCOffsetDescription)],
[_categoryName, LLSTRING(Module_DisplayName)],
[-12, 12, 0, 0],
[-12, 14, 0, 0],
true
] call CBA_fnc_addSetting;