mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-10 01:24:44 +02:00
Make sure we update the blocks config after this too.
This commit is contained in:
@ -67,7 +67,7 @@ public class CustomBlockConfig extends ConfigLoader {
|
|||||||
Set<String> skillConfigSet = skillSection.getKeys(false);
|
Set<String> skillConfigSet = skillSection.getKeys(false);
|
||||||
|
|
||||||
for (String blockName : skillConfigSet) {
|
for (String blockName : skillConfigSet) {
|
||||||
if (config.contains(skillType + "." + blockName + "." + ".ID")) {
|
if (config.contains(skillType + "." + blockName + "." + ".Drop_Item")) {
|
||||||
needsUpdate = true;
|
needsUpdate = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user