1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-21 11:13:00 +01:00

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);
}
}
else {
else if (material != null) {
item = new ItemStack(material, amount, (short) data);
}