From bcc530ba6e3bb91bee1848b50596a110db960c37 Mon Sep 17 00:00:00 2001 From: boy0001 Date: Thu, 5 Feb 2015 20:41:23 +1100 Subject: [PATCH] remove debug --- .../com/intellectualcrafters/plot/listeners/PlayerEvents.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PlotSquared/src/main/java/com/intellectualcrafters/plot/listeners/PlayerEvents.java b/PlotSquared/src/main/java/com/intellectualcrafters/plot/listeners/PlayerEvents.java index d555b7366..f607b6197 100644 --- a/PlotSquared/src/main/java/com/intellectualcrafters/plot/listeners/PlayerEvents.java +++ b/PlotSquared/src/main/java/com/intellectualcrafters/plot/listeners/PlayerEvents.java @@ -927,10 +927,6 @@ public class PlayerEvents extends com.intellectualcrafters.plot.listeners.PlotLi } } } - System.out.print(1); - System.out.print(d instanceof Arrow); - System.out.print(isPlotArea(l)); - System.out.print(!(a instanceof Creature)); if (d instanceof Arrow && isPlotArea(l) && (!(a instanceof Creature))) { e.setCancelled(true); }