mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-11 14:20:50 +01:00
This check somehow got removed
This commit is contained in:
@@ -123,6 +123,10 @@ public class HerbalismManager extends SkillManager {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!canBlockCheck()) {
|
||||
return;
|
||||
}
|
||||
|
||||
HerbalismBlock herbalismBlock = HerbalismBlock.getHerbalismBlock(material);
|
||||
ItemStack drop = null;
|
||||
int amount = 1;
|
||||
|
||||
Reference in New Issue
Block a user