mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-12 10:24:07 +01:00
remove debug
This commit is contained in:
parent
0bf0f11831
commit
bcc530ba6e
@ -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))) {
|
if (d instanceof Arrow && isPlotArea(l) && (!(a instanceof Creature))) {
|
||||||
e.setCancelled(true);
|
e.setCancelled(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user