fixed color in egg

This commit is contained in:
Cheese 2015-04-03 22:00:54 +11:00
parent f87511331e
commit 3cadbf3a34

View File

@ -209,7 +209,7 @@ public class MorphBunny extends MorphGadget
UtilFirework.playFirework(event.getItem().getLocation(), Type.BURST, Color.YELLOW, true, true);
//Announce
Bukkit.broadcastMessage(C.cYellow + C.Bold + event.getPlayer().getName() +
Bukkit.broadcastMessage(C.cGold + C.Bold + event.getPlayer().getName() +
ChatColor.RESET + C.Bold + " found an " +
C.cGold + C.Bold + "Easter Egg" +
ChatColor.RESET + C.Bold + "! " + _eggs.size() + " Eggs left!");