|
@@ -353,6 +353,11 @@ public class BlockListener implements Listener {
|
|
if (PrimarySkillType.HERBALISM.getPermissions(player)) {
|
|
if (PrimarySkillType.HERBALISM.getPermissions(player)) {
|
|
herbalismManager.processHerbalismBlockBreakEvent(event);
|
|
herbalismManager.processHerbalismBlockBreakEvent(event);
|
|
}
|
|
}
|
|
|
|
+ /*
|
|
|
|
+ * We return here so that we don't unmark any affected blocks
|
|
|
|
+ * due to special checks managing this on their own:
|
|
|
|
+ */
|
|
|
|
+ return;
|
|
}
|
|
}
|
|
|
|
|
|
/* MINING */
|
|
/* MINING */
|