Skip to content

Commit 9806ceb

Browse files
Jakubk15imDMK
andauthored
Update src/main/java/com/eternalcode/parcellockers/configuration/implementation/ConfigItem.java
Co-authored-by: DMK <[email protected]>
1 parent 2553e7a commit 9806ceb

File tree

1 file changed

+1
-2
lines changed
  • src/main/java/com/eternalcode/parcellockers/configuration/implementation

1 file changed

+1
-2
lines changed

src/main/java/com/eternalcode/parcellockers/configuration/implementation/ConfigItem.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ public GuiItem toGuiItem(GuiAction<InventoryClickEvent> action) {
5353
}
5454

5555
public GuiItem toGuiItem() {
56-
return this.toGuiItem(event -> {
57-
});
56+
return this.toGuiItem();
5857
}
5958

6059
public ItemStack toItemStack() {

0 commit comments

Comments
 (0)