This commit is contained in:
SowinskiBraeden committed 2023-04-01 16:28:41 -07:00
1 parent 7e8bb2096f
commit aaa56ddbcd
1 file changed
+1 -1
+1 -1
View File
@@ -467,7 +467,7 @@ class DayzArmbands extends Client {
let newDt = await this.getDateEST(data.time);
playerStat.lastDamageDate = newDt;
playerStat.lastHitBy = attackerID;
playerStat.lastHitBy = info.attackerID;
if (playerStatIndex == -1) stats.push(playerStat);
else stats[playerStatIndex] = playerStat;