Make sure we update the blocks config after this too.

This commit is contained in:
GJ 2013-10-09 11:45:49 -04:00
parent 0c83bf2a80
commit ad8e200a84

View File

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