From 7fce1a1fd4130aaf0804f14a084c6c78ed94263d Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sun, 25 Aug 2019 23:09:44 +0300 Subject: [PATCH] Fix compilation error. --- .../world/bentobox/challenges/panel/admin/ManageBlocksGUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/world/bentobox/challenges/panel/admin/ManageBlocksGUI.java b/src/main/java/world/bentobox/challenges/panel/admin/ManageBlocksGUI.java index 9fad135..c24e6d9 100644 --- a/src/main/java/world/bentobox/challenges/panel/admin/ManageBlocksGUI.java +++ b/src/main/java/world/bentobox/challenges/panel/admin/ManageBlocksGUI.java @@ -121,7 +121,7 @@ public class ManageBlocksGUI extends CommonGUI 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 -> {