mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-01 00:10:40 +01:00
Remove debug
This commit is contained in:
parent
6cbbdad34e
commit
908230047f
@ -38,7 +38,6 @@ public class BreakBlocksListener extends FlagListener {
|
|||||||
Player p = e.getPlayer();
|
Player p = e.getPlayer();
|
||||||
Location l = e.getBlock().getLocation();
|
Location l = e.getBlock().getLocation();
|
||||||
Material m = e.getBlock().getType();
|
Material m = e.getBlock().getType();
|
||||||
BentoBox.getInstance().logDebug(m);
|
|
||||||
if (m.equals(Material.MELON) || m.equals(Material.PUMPKIN)) {
|
if (m.equals(Material.MELON) || m.equals(Material.PUMPKIN)) {
|
||||||
this.checkIsland(e, p, l, Flags.HARVEST);
|
this.checkIsland(e, p, l, Flags.HARVEST);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user