mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add support for UTC+13 and +14 timezone
This commit is contained in:
parent
b7a82da5ed
commit
51283455a4
@ -48,7 +48,7 @@ private _categoryName = format ["ACE %1", localize ELSTRING(map,Module_DisplayNa
|
|||||||
QGVAR(timestampUTCOffset), "SLIDER",
|
QGVAR(timestampUTCOffset), "SLIDER",
|
||||||
[LSTRING(TimestampUTCOffset), LSTRING(TimestampUTCOffsetDescription)],
|
[LSTRING(TimestampUTCOffset), LSTRING(TimestampUTCOffsetDescription)],
|
||||||
[_categoryName, LLSTRING(Module_DisplayName)],
|
[_categoryName, LLSTRING(Module_DisplayName)],
|
||||||
[-12, 12, 0, 0],
|
[-12, 14, 0, 0],
|
||||||
true
|
true
|
||||||
] call CBA_fnc_addSetting;
|
] call CBA_fnc_addSetting;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user