From cba04dc208dfb15dd5085e4530ac78f0cad48ee4 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Fri, 31 Mar 2017 12:06:20 +1100 Subject: [PATCH] * fix compile --- .../main/java/com/boydti/fawe/object/schematic/Schematic.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/boydti/fawe/object/schematic/Schematic.java b/core/src/main/java/com/boydti/fawe/object/schematic/Schematic.java index 02ebf278..b8f110a5 100644 --- a/core/src/main/java/com/boydti/fawe/object/schematic/Schematic.java +++ b/core/src/main/java/com/boydti/fawe/object/schematic/Schematic.java @@ -192,7 +192,7 @@ public class Schematic { extent.setBlock(mutable.getBlockX() + relx, mutable.getBlockY() + rely, mutable.getBlockZ() + relz, block); return false; } - }, null); + }, (HasFaweQueue) (null)); Operations.completeBlindly(visitor); } // Entity offset is the paste location subtract the clipboard origin (entity's location is already relative to the world origin)