update readme w sql, roll back dllpath, set moddir

This commit is contained in:
2023-05-02 09:56:52 -07:00
parent c8674f1f34
commit f8714b7012
4 changed files with 46 additions and 10 deletions

View File

@@ -62,6 +62,7 @@
] call attendanceTracker_fnc_logMissionEvent;
}],
["PlayerDisconnected", {
// NOTE: HandleDisconnect returns a DIFFERENT _id than PlayerDisconnected and above handlers, so we can't use it here
params ["_id", "_uid", "_name", "_jip", "_owner", "_idstr"];
[format ["(EventHandler) HandleDisconnect fired: %1", _this], "DEBUG"] call attendanceTracker_fnc_log;