Just in case there's something broken in the file.

This commit is contained in:
GJ 2013-09-15 16:49:41 -04:00
parent eae196c6a1
commit de07316261

View File

@ -191,7 +191,7 @@ public class TreasureConfig extends ConfigLoader {
reason.add("Invalid Dye_Color: " + color); reason.add("Invalid Dye_Color: " + color);
} }
} }
else { else if (material != null) {
item = new ItemStack(material, amount, (short) data); item = new ItemStack(material, amount, (short) data);
} }