diff --git a/src/alisolarflare/components/magic/tricks/BoomBowListener.java b/src/alisolarflare/components/magic/tricks/BoomBowListener.java index 6aaca6a..5450f06 100644 --- a/src/alisolarflare/components/magic/tricks/BoomBowListener.java +++ b/src/alisolarflare/components/magic/tricks/BoomBowListener.java @@ -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);