forked from Upstream/mmocore
Push build
This commit is contained in:
parent
187587a0d4
commit
7b7c60b3ec
@ -42,7 +42,7 @@ public class BlockListener implements Listener {
|
||||
boolean customMine = MMOCore.plugin.mineManager.isEnabled(player, block.getLocation());
|
||||
if (!customMine)
|
||||
return;
|
||||
|
||||
|
||||
BlockInfo info = MMOCore.plugin.mineManager.getInfo(block);
|
||||
if (info == null) {
|
||||
event.setCancelled(true);
|
||||
|
Loading…
Reference in New Issue
Block a user