hotfix killfeed
This commit is contained in:
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -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": {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in new issue
Block a user