Removed two lines that SHOULD NOT be there.
This commit is contained in:
parent
a79767fdff
commit
9072286213
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user