Removed two lines that SHOULD NOT be there.

master_event
Nonoriri 11 years ago
parent a79767fdff
commit 9072286213
  1. 4
      BankEconomyMod/src/me/kaZep/Base/PlayerListener.java

@ -13302,8 +13302,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…
Cancel
Save