Push build

This commit is contained in:
Indyuce 2020-04-08 17:50:49 +02:00
parent 187587a0d4
commit 7b7c60b3ec

View File

@ -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);