mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
remove debug
This commit is contained in:
parent
0bf0f11831
commit
bcc530ba6e
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue