mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update addons/markers/functions/fnc_onButtonClickConfirm.sqf
Formatting update Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
This commit is contained in:
parent
90be4aeb3d
commit
38c18f8ae3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user