fix/ban-on-kill-in-zone

This commit is contained in:
SowinskiBraeden committed 2023-07-30 15:19:01 -07:00
1 parent 1cf1638c6d
commit c2972d6c7c
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dayz-armbands", "name": "dayz-armbands",
"version": "8.3.2", "version": "8.3.3",
"description": "A General Purpose Discord Bot for DayZ Servers.", "description": "A General Purpose Discord Bot for DayZ Servers.",
"main": "index.js", "main": "index.js",
"nodemonConfig": { "nodemonConfig": {
+1 -1
View File
@@ -120,7 +120,7 @@ module.exports = {
channel.send({ content: `<@&${alarm.role}>`, embeds: [alarmEmbed] }); channel.send({ content: `<@&${alarm.role}>`, embeds: [alarmEmbed] });
HandlePlayerBan(client, data.player, true); HandlePlayerBan(client, data.killer, true);
} }
} }
}, },