Removed two lines that SHOULD NOT be there.

This commit is contained in:
Nonoriri 2013-11-19 02:17:38 -05:00
parent a79767fdff
commit 9072286213

View File

@ -13301,8 +13301,6 @@ class updateInventoryTask implements Runnable {
orbs.setAmount(cost); orbs.setAmount(cost);
anvilInv.setItem(LEVELS, orbs); anvilInv.setItem(LEVELS, orbs);
anvilInv.setItem(OUTPUT, anvilInv.getItem(INPUT).clone());
// Change entry matching modified lore // Change entry matching modified lore
List<String> bonusesLore = anvilInv.getItem(OUTPUT).getItemMeta().getLore(); List<String> bonusesLore = anvilInv.getItem(OUTPUT).getItemMeta().getLore();
@ -13375,8 +13373,6 @@ class updateInventoryTask implements Runnable {
orbs.setAmount(cost); orbs.setAmount(cost);
anvilInv.setItem(LEVELS, orbs); anvilInv.setItem(LEVELS, orbs);
anvilInv.setItem(OUTPUT, anvilInv.getItem(INPUT).clone());
// Change entry matching modified lore // Change entry matching modified lore
List<String> bonusesLore = anvilInv.getItem(OUTPUT).getItemMeta().getLore(); List<String> bonusesLore = anvilInv.getItem(OUTPUT).getItemMeta().getLore();