Skip to content

Commit

Permalink
fix #99
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercake10 committed Aug 5, 2021
1 parent bc2ba9b commit 16381fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Plugin/src/main/java/de/Linus122/TimeIsMoney/ATM.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ public ATM(Main plugin) {

// balance item
SpaceItem balanceItem = gui.getOrCreateItem(new SpaceItem().setStack(Material.GOLD_NUGGET, 1, CC("&cBalance &a%s")).setLabel("balance"), 4 + 9)
.addAction((p, action) -> {
ATM.withdrawBank(p, 10);
})
.setFormat((p) ->
Main.economy.format(ATM.getBankBalance(p))
);
Expand Down

0 comments on commit 16381fe

Please sign in to comment.