Skip to content

Commit

Permalink
[#25] Trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielxs01 committed Nov 17, 2021
1 parent bd55910 commit 12161ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class SelectItem implements IScreen {
private static GuiRegistry.GUI gui;

// Initialized every call
private List<Button> contentPackButtons = new LinkedList<>();
private final List<Button> contentPackButtons = new LinkedList<>();
private Consumer<ItemStack> selectedItem;
private ItemStack current = null;
private EntryType entryType;
Expand Down

0 comments on commit 12161ca

Please sign in to comment.