Fixed bug that prevented the Necromancer purchase menu from displaying
This commit is contained in:
parent
f52a89d2ca
commit
0472870e78
@ -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)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user