fix/detect combat log call
This commit is contained in:
1 parent
0322a81450
commit
e855d577e6
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dayzr-bot",
|
"name": "dayzr-bot",
|
||||||
"version": "9.9.0",
|
"version": "9.9.1",
|
||||||
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
|
|||||||
+1
-1
@@ -89,7 +89,7 @@ module.exports = {
|
|||||||
DetectCombatLog(client, guildId, {
|
DetectCombatLog(client, guildId, {
|
||||||
time: info.time,
|
time: info.time,
|
||||||
player: info.player,
|
player: info.player,
|
||||||
pos: plaerStat.pos,
|
pos: playerStat.pos,
|
||||||
lastDamageDate: playerStat.lastDamageDate,
|
lastDamageDate: playerStat.lastDamageDate,
|
||||||
lastHitBy: playerStat.lastHitBy,
|
lastHitBy: playerStat.lastHitBy,
|
||||||
lastDeathDate: playerStat.lastDeathDate,
|
lastDeathDate: playerStat.lastDeathDate,
|
||||||
|
|||||||
Reference in new issue
Block a user