debug combat log info

This commit is contained in:
SowinskiBraeden committed 2023-04-08 17:02:56 -07:00
1 parent 05a4022f96
commit 6ff032503c
2 files changed
+3 -3

No files matched your search

+2 -2
View File
@@ -123,8 +123,8 @@ module.exports = {
time: data[1],
player: data[2],
playerID: data[3],
attacker: data[5],
attackerID: data[6]
attacker: data[6],
attackerID: data[7]
}
if (!client.exists(info.player) || !client.exists(info.playerID)) return stats;