mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Don't unmark herbalism blocks early (Fixes #4015)
This commit is contained in:
parent
dda894dd9a
commit
84cb40521b
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user