mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Fix material validation errors.
This commit is contained in:
@ -323,7 +323,7 @@ public class HerbalismManager extends SkillManager {
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
if (!playerInventory.contains(seed, 1)) {
|
||||
|
Reference in New Issue
Block a user