update/configure killfeed to show weapon thumbnail
This commit is contained in:
5 files changed
+115
-32
No files matched your search
+4
-2
@@ -18,6 +18,7 @@ module.exports = {
|
||||
serverID: GuildId,
|
||||
autoRestart: guild.server.autoRestart,
|
||||
showKillfeedCoords: guild.server.showKillfeedCoords,
|
||||
showKillfeedWeapon: guild.server.showKillfeedWeapon,
|
||||
purchaseUAV: guild.server.purchaseUAV,
|
||||
purchaseEMP: guild.server.purchaseEMP,
|
||||
allowedChannels: guild.server.allowedChannels,
|
||||
@@ -56,8 +57,9 @@ module.exports = {
|
||||
getDefaultSettings(GuildId) {
|
||||
return {
|
||||
serverID: GuildId,
|
||||
autoRestart: 0, //
|
||||
showKillfeedCoords: 0,
|
||||
autoRestart: 0,
|
||||
showKillfeedCoords: 0,
|
||||
showKillfeedWeapon: 0,
|
||||
purchaseUAV: 1, // Allow/Disallow purchase of UAVs
|
||||
purchaseEMP: 1, // Allow/Disallow purchase of EMPs
|
||||
allowedChannels: [],
|
||||
|
||||
Reference in new issue
Block a user