Fix compilation error.

This commit is contained in:
BuildTools 2019-08-25 23:09:44 +03:00
parent c516d53907
commit 7fce1a1fd4
1 changed files with 1 additions and 1 deletions

View File

@ -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 -> {