hotfix killfeed

This commit is contained in:
SowinskiBraeden committed 2023-06-04 12:46:53 -07:00
1 parent 40b6a0b9c9
commit 5f45d4e82b
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dayz-armbands",
"version": "6.7.13",
"version": "6.7.15",
"description": "A General Purpose Discord Bot for DayZ Servers.",
"main": "index.js",
"nodemonConfig": {
+1 -1
View File
@@ -21,7 +21,7 @@ module.exports = {
let data = killedBy == 1 ? [...line.matchAll(templateDEAD)][0] :
killedBy == 2 ? [...line.matchAll(template)][0] :
killedBy == 3 ? [...line.matchAll(templateKilled)][0] :
killedBy == 4 ? [...line.matchAll(explosionTemplate)][0];
[...line.matchAll(explosionTemplate)][0]
if (!data) return stats;