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

+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dayz-armbands",
"version": "6.3.4",
"version": "6.3.5",
"description": "A General Purpose Discord Bot for DayZ Servers.",
"main": "index.js",
"nodemonConfig": {
+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;