mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-13 06:05:46 +01:00
Fix compilation error.
This commit is contained in:
parent
c516d53907
commit
7fce1a1fd4
@ -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 -> {
|
||||
|
Loading…
Reference in New Issue
Block a user