Browse Source

Make sure we update the blocks config after this too.

GJ 11 years ago
parent
commit
ad8e200a84

+ 1 - 1
src/main/java/com/gmail/nossr50/config/mods/CustomBlockConfig.java

@@ -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;
             }