Skip to content

Commit a650372

Browse files
committed
remove title
1 parent 37a499a commit a650372

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/net/oceanias/opal/menu/OMenu.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ public ItemProvider getItemProvider(final @NotNull PagedGui<?> gui) {
8181
return new OItemBuilder(Material.SPECTRAL_ARROW)
8282
.setName(OPlugin.get().getColour() + "Go Back")
8383
.addLore(List.of(
84-
"&fMenu: &6" + back.getWindow(back.getGui(null), null),
85-
"",
8684
OPlugin.get().getColour() + "Click &7to use!"
8785
))
8886
.addGlint()

0 commit comments

Comments
 (0)