Debug message removal
This commit is contained in:
parent
6db4c3acc7
commit
3bdc541c9d
@ -31,7 +31,6 @@ import nautilus.game.arcade.stats.SharpShooterStatTracker;
|
||||
import nautilus.game.arcade.stats.WinWithoutBowStatTracker;
|
||||
import nautilus.game.arcade.stats.WinWithoutDyingStatTracker;
|
||||
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.ChatColor;
|
||||
import org.bukkit.Material;
|
||||
import org.bukkit.Sound;
|
||||
@ -143,7 +142,6 @@ public class Quiver extends SoloGame
|
||||
@EventHandler
|
||||
public void BowShoot(EntityShootBowEvent event)
|
||||
{
|
||||
Bukkit.broadcastMessage(event.getEventName());
|
||||
if (!(event.getProjectile() instanceof Arrow))
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user