mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-15 12:02:49 +01:00
Clone item enchantments unchecked
This commit is contained in:
parent
894ab9f949
commit
402e3c26e1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class CraftItemStack extends ItemStack {
|
|||
|
||||
public CraftItemStack(ItemStack item) {
|
||||
this(item.getTypeId(), item.getAmount(), item.getDurability());
|
||||
addEnchantments(item.getEnchantments());
|
||||
addUnsafeEnchantments(item.getEnchantments());
|
||||
}
|
||||
|
||||
/* 'Overwritten' constructors from ItemStack, yay for Java sucking */
|
||||
|
|
Loading…
Add table
Reference in a new issue