Skip to content

Commit

Permalink
Fix grave message not working
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Jun 15, 2024
1 parent 7df8725 commit 524152d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public void run() {
String msg = MessageAPI.colorize(
PlaceholderUtils.replacePlaceHolder(plugin.getConfigFile().getFormatDeath(), placeholders));
if (!msg.isEmpty()) {
entity.sendMessage();
entity.sendMessage(msg);
}

plugin.getLogger().info("Grave: " + emptyBlockFinal.toString());
Expand Down

0 comments on commit 524152d

Please sign in to comment.