diff --git a/Lobby/src/main/java/tc/oc/lobby/bukkit/gizmos/Gizmos.java b/Lobby/src/main/java/tc/oc/lobby/bukkit/gizmos/Gizmos.java index 3af4669..f2be47d 100644 --- a/Lobby/src/main/java/tc/oc/lobby/bukkit/gizmos/Gizmos.java +++ b/Lobby/src/main/java/tc/oc/lobby/bukkit/gizmos/Gizmos.java @@ -38,7 +38,7 @@ public class Gizmos implements Listener { public static GhostGizmo ghostGizmo = new GhostGizmo("Ghosts", ChatColor.RED.toString(), "Surround yourself in ghosts!", Material.BONE); // Christmas - public static ChristmasTreeGizmo treeGizmo = new ChristmasTreeGizmo("Christmas Tree", ChatColor.AQUA.toString(), "Get in the holiday spirit!", Material.SAPLING); + public static ChristmasTreeGizmo treeGizmo = new ChristmasTreeGizmo("Christmas Tree", ChatColor.AQUA.toString(), "Get in the holiday spirit!", Material.COAL); public static final List gizmos = Lists.newArrayList(emptyGizmo, popperGizmo, rocketGizmo, gunGizmo, chickenGizmo, launcherGizmo, headlessHorsemanGizmo, ghostGizmo, treeGizmo); public static Map gizmoMap = Maps.newHashMap();