Removes debug #clone print

This commit is contained in:
themode 2020-10-22 19:22:58 +02:00
parent 34e7bfe69d
commit 3db964f817

View File

@ -518,7 +518,6 @@ public class ItemStack implements DataContainer {
* @return a cloned item stack
*/
public synchronized ItemStack clone() {
System.out.println("clone");
ItemStack itemStack = new ItemStack(material, amount, damage);
itemStack.setDisplayName(displayName);
itemStack.setUnbreakable(unbreakable);