This commit is contained in:
t00thpick1 2016-04-03 00:25:50 -04:00
parent a24d6ff018
commit 8822b4edae

View File

@ -58,7 +58,7 @@ public class CustomBlockConfig extends ConfigLoader {
Set<String> skillConfigSet = skillSection.getKeys(false);
for (String blockName : skillConfigSet) {
if (config.contains(skillType + "." + blockName + "." + ".Drop_Item")) {
if (config.contains(skillType + "." + blockName + ".Drop_Item")) {
needsUpdate = true;
return;
}