1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 02:12:58 +01:00

This check somehow got removed

This commit is contained in:
TfT_02
2013-10-05 01:18:51 +02:00
parent b8e937a234
commit e8b886fcc6
2 changed files with 5 additions and 0 deletions

View File

@@ -123,6 +123,10 @@ public class HerbalismManager extends SkillManager {
return;
}
if (!canBlockCheck()) {
return;
}
HerbalismBlock herbalismBlock = HerbalismBlock.getHerbalismBlock(material);
ItemStack drop = null;
int amount = 1;