mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
bug fixes
- fixes world/mission log race condition w/ new foreign key constraint in DB - fixes missing world_id sent with mission rows - adds worldName to missionContext hash in sqf
This commit is contained in:
@@ -15,7 +15,8 @@ AttendanceTracker setVariable ["missionContext", createHashMapFromArray [
|
||||
["serverName", serverName],
|
||||
["serverProfile", profileName],
|
||||
["missionStart", AttendanceTracker_missionStartTimestamp],
|
||||
["missionHash", AttendanceTracker_missionHash]
|
||||
["missionHash", AttendanceTracker_missionHash],
|
||||
["worldName", toLower worldName]
|
||||
]];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user