* fix compile

This commit is contained in:
Jesse Boyd 2017-03-31 12:06:20 +11:00
parent ca8bd77a78
commit cba04dc208
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ public class Schematic {
extent.setBlock(mutable.getBlockX() + relx, mutable.getBlockY() + rely, mutable.getBlockZ() + relz, block); extent.setBlock(mutable.getBlockX() + relx, mutable.getBlockY() + rely, mutable.getBlockZ() + relz, block);
return false; return false;
} }
}, null); }, (HasFaweQueue) (null));
Operations.completeBlindly(visitor); Operations.completeBlindly(visitor);
} }
// Entity offset is the paste location subtract the clipboard origin (entity's location is already relative to the world origin) // Entity offset is the paste location subtract the clipboard origin (entity's location is already relative to the world origin)