f84dc2d381be1416d119eb7ea334a9743f74902d
When cloning an item, all references are copied to the new item. For collections, this makes internal changes become visible in both the old and new items. In CraftMetaItem, clone was not making copies of the appropriate collections and has been fixed for non-null values. In CraftMetaEnchantedBook and CraftMetaPotion, clone was using possible empty collection references and has been changed to explicitly null-check instead. By: Wesley Wolfe <weswolf@aol.com>
Description
No description provided
51 MiB
Languages
Java
100%