From 85e15b956673fcc509cb5c6692500d5702ca26c5 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 27 Feb 2022 13:26:34 -0700 Subject: hopefully fixed #5 --- src/net/brysonsteck/Resurrection/commands/CommandDead.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/brysonsteck/Resurrection/commands/CommandDead.java') diff --git a/src/net/brysonsteck/Resurrection/commands/CommandDead.java b/src/net/brysonsteck/Resurrection/commands/CommandDead.java index dd23174..96fe736 100644 --- a/src/net/brysonsteck/Resurrection/commands/CommandDead.java +++ b/src/net/brysonsteck/Resurrection/commands/CommandDead.java @@ -25,7 +25,7 @@ public class CommandDead implements CommandExecutor { public boolean onCommand(CommandSender commandSender, Command command, String s, String[] strings) { Logger log = JavaPlugin.getProvidingPlugin(Resurrection.class).getLogger(); if (DEBUG) { - Bukkit.broadcastMessage(ChatColor.YELLOW +""+ ChatColor.BOLD + "[Res. DEBUG]: The `/about` command was ran by " + commandSender.getName()); + Bukkit.broadcastMessage(ChatColor.YELLOW +""+ ChatColor.BOLD + "[Res. DEBUG]: The `/dead` command was ran by " + commandSender.getName()); } PlayerData playerData = new PlayerData(); -- cgit v1.2.3