Skip to content

Commit

Permalink
feat: v1.3.0 DL
Browse files Browse the repository at this point in the history
  • Loading branch information
LumiFae committed Nov 24, 2024
1 parent c7ad869 commit dc1197e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DiscordLab.DeathLogs/Handlers/Events.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ private void OnNormalDeath(DyingEventArgs ev)
{
if(ev.Attacker == null) return;
if(ev.Attacker == ev.Player) return;
if(ev.Player.IsCuffed) return;
if (Plugin.Instance.Config.ChannelId == 0) return;
SocketTextChannel channel = DiscordBot.Instance.GetChannel();
if (channel == null)
Expand Down

0 comments on commit dc1197e

Please sign in to comment.