FORMATTING CHANG EI'M GOING TO CRY UGH

This commit is contained in:
Mysticate 2015-12-17 23:16:57 -05:00
parent 2bf734a15c
commit d561915fd3

View File

@ -53,7 +53,7 @@ public class KitSniper extends Kit
@Override
public void GiveItems(Player player)
{
player.getInventory().addItem(ItemStackFactory.Instance.CreateStack(Material.STONE_HOE, (byte)0, 1, C.cWhite + "Paintball Sniper Rifle"));
player.getInventory().addItem(ItemStackFactory.Instance.CreateStack(Material.STONE_HOE, (byte)0, 1, F.item("Paintball Sniper Rifle")));
ItemStack potion = new ItemStack(Material.POTION, 2, (short)16429); // 16422
PotionMeta potionMeta = (PotionMeta)potion.getItemMeta();