|
@@ -58,7 +58,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 + "." + ".Drop_Item")) {
|
|
|
|
|
|
+ if (config.contains(skillType + "." + blockName + ".Drop_Item")) {
|
|
needsUpdate = true;
|
|
needsUpdate = true;
|
|
return;
|
|
return;
|
|
}
|
|
}
|