Skip to content

Commit

Permalink
Add support for UTC+13 and +14 timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-H123 authored Nov 14, 2023
1 parent b7a82da commit 5128345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/markers/initSettings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5128345

Please sign in to comment.