diff --git a/addons/markers/functions/fnc_onButtonClickConfirm.sqf b/addons/markers/functions/fnc_onButtonClickConfirm.sqf index dc827014bf..c2f52fecfc 100644 --- a/addons/markers/functions/fnc_onButtonClickConfirm.sqf +++ b/addons/markers/functions/fnc_onButtonClickConfirm.sqf @@ -24,8 +24,7 @@ private _aceTimestamp = _display displayCtrl IDC_ACE_INSERT_MARKER_TIMESTAMP; if (cbChecked _aceTimestamp && {ACE_player call FUNC(canTimestamp)}) then { private _time = []; - switch (GVAR(timestampTimezone)) do - { + switch (GVAR(timestampTimezone)) do { default { _time = dayTime;