mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
use player_id for session instead of UID. add build dockerfile
This commit is contained in:
@@ -313,8 +313,8 @@ func writeAttendance(data string) {
|
||||
var dbEvent Session
|
||||
db.Client().
|
||||
Where(
|
||||
"player_uid = ? AND mission_hash = ?",
|
||||
event.PlayerUID,
|
||||
"player_id = ? AND mission_hash = ?",
|
||||
event.PlayerId,
|
||||
event.MissionHash,
|
||||
).
|
||||
Order("join_time_utc desc").
|
||||
|
||||
Reference in New Issue
Block a user