mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
Removes debug #clone print
This commit is contained in:
parent
34e7bfe69d
commit
3db964f817
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user