mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
some timezone corrections to UTC, write readme
This commit is contained in:
@@ -40,6 +40,19 @@ AttendanceTracker setVariable ["missionContext", createHashMapFromArray [
|
||||
AttendanceTracker setVariable ["allUsers", createHashMap];
|
||||
AttendanceTracker setVariable ["rowIds", createHashMap];
|
||||
|
||||
// update the extension with the current server time to identify restarts
|
||||
[
|
||||
{
|
||||
'AttendanceTracker' callExtension [
|
||||
"updateServerTime",
|
||||
[
|
||||
round(diag_tickTime)
|
||||
]
|
||||
]
|
||||
},
|
||||
30
|
||||
] call CBA_fnc_addPerFrameHandler;
|
||||
|
||||
{
|
||||
if (!isServer) exitWith {};
|
||||
_x params ["_ehName", "_code"];
|
||||
|
||||
Reference in New Issue
Block a user