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",
|
||||
"version": "9.9.0",
|
||||
"version": "9.9.1",
|
||||
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
||||
"main": "index.js",
|
||||
"nodemonConfig": {
|
||||
|
||||
+1
-1
@@ -89,7 +89,7 @@ module.exports = {
|
||||
DetectCombatLog(client, guildId, {
|
||||
time: info.time,
|
||||
player: info.player,
|
||||
pos: plaerStat.pos,
|
||||
pos: playerStat.pos,
|
||||
lastDamageDate: playerStat.lastDamageDate,
|
||||
lastHitBy: playerStat.lastHitBy,
|
||||
lastDeathDate: playerStat.lastDeathDate,
|
||||
|
||||
Reference in new issue
Block a user