........................................................................................................................................................................................................................................................................................................

This commit is contained in:
5vl 2021-02-25 13:03:58 +01:00
parent f585f1de19
commit af949eb8e5

View File

@ -25,8 +25,8 @@ public class InvClick extends chatcolors implements Listener {
p.closeInventory(); p.closeInventory();
} }
if (e.getSlot() == 13) { if (e.getSlot() == 13) {
currentGui.remove(p.getUniqueId());
p.openInventory(bankerWithdraw.getGui()); p.openInventory(bankerWithdraw.getGui());
p.closeInventory();
currentGui.put(p.getUniqueId(), "bankerWithdraw"); currentGui.put(p.getUniqueId(), "bankerWithdraw");
} }
e.setCancelled(true); e.setCancelled(true);