sulhpur bomb fix

This commit is contained in:
Chiss 2014-09-05 15:47:35 +10:00
parent 8c1e0c3e9e
commit abc95853f7

View File

@ -66,7 +66,7 @@ public class PerkCreeperSulphurBomb extends Perk implements IThrown
UtilInv.Update(player);
org.bukkit.entity.Item ent = player.getWorld().dropItem(player.getEyeLocation(), ItemStackFactory.Instance.CreateStack(Material.FIREWORK_CHARGE, (byte)6));
org.bukkit.entity.Item ent = player.getWorld().dropItem(player.getEyeLocation(), ItemStackFactory.Instance.CreateStack(Material.COAL, (byte)0));
UtilAction.velocity(ent, player.getLocation().getDirection(), 1, false, 0, 0.2, 10, false);