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:
@@ -19,7 +19,10 @@ _hash set ["isJIP", _isJIP];
|
||||
_hash set ["roleDescription", _roleDescription];
|
||||
|
||||
[
|
||||
{missionNamespace getVariable ["AttendanceTracker_DBConnected", false]},
|
||||
{
|
||||
missionNamespace getVariable ["AttendanceTracker_DBConnected", false] &&
|
||||
missionNamespace getVariable ["AttendanceTracker_missionId", -1] > 0
|
||||
},
|
||||
{"AttendanceTracker" callExtension ["writeDisconnectEvent", [[_this] call CBA_fnc_encodeJSON]]},
|
||||
_hash, // args
|
||||
30 // timeout in seconds. if DB never connects, we don't want these building up
|
||||
|
||||
Reference in New Issue
Block a user