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; break;
default: default:
break; return;
} }
if (!playerInventory.contains(seed, 1)) { if (!playerInventory.contains(seed, 1)) {