Skip to content

Commit

Permalink
Fix compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Aug 25, 2019
1 parent c516d53 commit 7fce1a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private PanelItem createButton(Button button)
builder.icon(Material.BUCKET);
builder.clickHandler((panel, user1, clickType, slot) -> {

new SelectBlocksGUI(this.user, new HashSet<>(this.materialList), (status, materials) -> {
new SelectBlocksGUI(this.user, false, new HashSet<>(this.materialList), (status, materials) -> {
if (status)
{
materials.forEach(material -> {
Expand Down

0 comments on commit 7fce1a1

Please sign in to comment.