Fixed bug that prevented the Necromancer purchase menu from displaying

This commit is contained in:
CoderTim 2014-10-21 20:06:13 -04:00
parent f52a89d2ca
commit 0472870e78

View File

@ -27,12 +27,12 @@ public class KitNecromancer extends Kit
new PerkSkeletons(true) new PerkSkeletons(true)
}, },
EntityType.ZOMBIE, EntityType.ZOMBIE,
new ItemStack(Material.SKULL)); new ItemStack(Material.SKULL_ITEM));
} }
@Override @Override
public void GiveItems(Player player) public void GiveItems(Player player)
{ {
} }