addon-challenges/src/main
BONNe1704 e26c957797 Fix issue with Reward Item changing (#84).
This issue may happened because Player#getInventory()#addItem(ItemStack) tries to add element into existing items in player inventory. If it did not manage to add it, it splits it in parts. This splitting created this issue.
It was fixed, by using clone of reward items, instead of using original elements.
2019-02-14 14:20:08 +02:00
..
java/world/bentobox/challenges Fix issue with Reward Item changing (#84). 2019-02-14 14:20:08 +02:00
resources Implement ability to Fix player Data from GUI. 2019-02-13 16:17:44 +02:00