Skip to content

Commit

Permalink
fix: remove duplicate 'Victim' field from killfeed. (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulibos authored Jul 11, 2024
1 parent e901403 commit 9cc0d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions squad-server/plugins/discord-killfeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ export default class DiscordKillFeed extends DiscordBasePlugin {
inline: true
},
{
name: "Victim's Name",
value: info.victim.name,
name: "Victim's EosID",
value: info.victim ? info.victim.eosID : 'Unknown',
inline: true
}
];
Expand Down

0 comments on commit 9cc0d58

Please sign in to comment.