fix/incorrect body part value

This commit is contained in:
SowinskiBraeden committed 2023-11-01 14:47:55 -07:00
1 parent 961df69cb4
commit 5d229f717a
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dayzr-bot", "name": "dayzr-bot",
"version": "12.1.5", "version": "12.1.6",
"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
View File
@@ -161,7 +161,7 @@ module.exports = {
playerID: data[3], playerID: data[3],
attacker: data[6], attacker: data[6],
attackerID: data[7], attackerID: data[7],
bodyPart: data[9], bodyPart: data[9].split("(")[0],
weapon: data[12], weapon: data[12],
}; };