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 Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
This commit is contained in:
parent
89bc582ba3
commit
cf4324b37a
@ -25,8 +25,7 @@ if (cbChecked _aceTimestamp && {ACE_player call FUNC(canTimestamp)}) then {
|
||||
private _time = [];
|
||||
|
||||
switch (GVAR(timestampTimezone)) do {
|
||||
default
|
||||
{
|
||||
default {
|
||||
_time = dayTime;
|
||||
};
|
||||
case 1:
|
||||
|
Loading…
Reference in New Issue
Block a user