mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +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)) {
|
||||
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user