enhance / debug combat log detection

This commit is contained in:
SowinskiBraeden committed 2023-04-15 21:42:42 -07:00
1 parent f9a4726825
commit 9d0e468142
5 files changed
+12 -8

No files matched your search

+1
View File
@@ -79,6 +79,7 @@ module.exports = {
player: info.player,
lastDamageDate: playerStat.lastDamageDate,
lastHitBy: playerStat.lastHitBy,
lastDeathDate: playerStat.lastDeathDate,
});
}