mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Just in case there's something broken in the file.
This commit is contained in:
parent
eae196c6a1
commit
de07316261
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user