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/CommandResurrect.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/brysonsteck/Resurrection/commands/CommandResurrect.java') diff --git a/src/net/brysonsteck/Resurrection/commands/CommandResurrect.java b/src/net/brysonsteck/Resurrection/commands/CommandResurrect.java index e26575c..0715046 100644 --- a/src/net/brysonsteck/Resurrection/commands/CommandResurrect.java +++ b/src/net/brysonsteck/Resurrection/commands/CommandResurrect.java @@ -64,7 +64,7 @@ public class CommandResurrect implements CommandExecutor { // for versions > 1.8 player.playSound(player.getLocation(), Sound.ENTITY_WITHER_DEATH, 1, 0); // for version 1.8 - //player.playSound(player.getLocation(), Sound.WITHER_DEATH, 1, 0); + // player.playSound(player.getLocation(), Sound.WITHER_DEATH, 1, 0); } Bukkit.broadcastMessage(ChatColor.YELLOW +""+ ChatColor.BOLD + strings[0] + " has been resurrected manually by an admin!"); removeDeath(resurrectPlayer); @@ -114,7 +114,7 @@ public class CommandResurrect implements CommandExecutor { // for versions > 1.8 player.playSound(player.getLocation(), Sound.ENTITY_WITHER_DEATH, 1, 0); // for version 1.8 - //player.playSound(player.getLocation(), Sound.WITHER_DEATH, 1, 0); + // player.playSound(player.getLocation(), Sound.WITHER_DEATH, 1, 0); } Bukkit.broadcastMessage(strings[0] + " has been resurrected manually by an admin!"); removeDeath(resurrectPlayer); -- cgit v1.2.3