debug
This commit is contained in:
1 file changed
+1
-1
@@ -467,7 +467,7 @@ class DayzArmbands extends Client {
|
|||||||
let newDt = await this.getDateEST(data.time);
|
let newDt = await this.getDateEST(data.time);
|
||||||
|
|
||||||
playerStat.lastDamageDate = newDt;
|
playerStat.lastDamageDate = newDt;
|
||||||
playerStat.lastHitBy = attackerID;
|
playerStat.lastHitBy = info.attackerID;
|
||||||
|
|
||||||
if (playerStatIndex == -1) stats.push(playerStat);
|
if (playerStatIndex == -1) stats.push(playerStat);
|
||||||
else stats[playerStatIndex] = playerStat;
|
else stats[playerStatIndex] = playerStat;
|
||||||
|
|||||||
Reference in new issue
Block a user