1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 01:42:32 +01:00

Fix material validation errors.

This commit is contained in:
t00thpick1
2016-03-20 12:42:16 -05:00
parent d579c9a2af
commit e091a8eb55

View File

@@ -323,7 +323,7 @@ public class HerbalismManager extends SkillManager {
break;
default:
break;
return;
}
if (!playerInventory.contains(seed, 1)) {