Removed Debug Message For Boom Bow

This commit is contained in:
alisolarflare 2016-11-19 14:48:37 -05:00
parent f3283c5fd3
commit 7a62d5b0c3

View file

@ -96,7 +96,6 @@ public class BoomBowListener implements Listener {
player.getWorld().playSound(playerLocation, Sound.ENTITY_GENERIC_EXPLODE, 10, -20);
player.getWorld().spawnParticle(Particle.EXPLOSION_HUGE, playerLocation, 2);
player.damage(7.42425, player);
player.sendMessage(player.getLastDamage() + "");
boomBow.setDurability((short) (boomBow.getDurability() + 3));
if(boomBow.getDurability() < 0){
player.getInventory().setItemInMainHand(null);