debug combat log info
This commit is contained in:
2 files changed
+3
-3
No files matched your search
+2
-2
@@ -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;
|
||||
|
||||
Reference in new issue
Block a user