mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-04 05:25:28 +02:00
Fix material validation errors.
This commit is contained in:
@@ -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)) {
|
||||||
|
Reference in New Issue
Block a user