PaperMC/src
Andrew Ardill 1c6adc1587 Fix error when cloning enchanted ItemStacks.
The existing method for cloning a Bukkit ItemStack fails to correctly copy
the underlying enchantments. Fix this by overriding .clone() in
CraftItemStack, cloning the underlying nms ItemStack correctly.

Fixes BUKKIT-360
2011-12-20 00:30:54 +11:00
..
main Fix error when cloning enchanted ItemStacks. 2011-12-20 00:30:54 +11:00
test/java/org/bukkit/craftbukkit/inventory Test cloning enchanted CraftItemStacks 2011-12-20 00:25:15 +11:00