Skip to content

Commit 77c0308

Browse files
committed
feat: add close button to GUIPlay
1 parent 83a2edb commit 77c0308

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • type.bedwarslobby/src/main/java/net/swofty/type/bedwarslobby/gui

type.bedwarslobby/src/main/java/net/swofty/type/bedwarslobby/gui/GUIPlay.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ public void run(InventoryPreClickEvent e, HypixelPlayer player) {
6868
}
6969
});
7070
}
71+
72+
set(GUIClickableItem.getCloseItem(40));
7173
updateItemStacks(getInventory(), getPlayer());
7274
}
7375

0 commit comments

Comments
 (0)