Various fixes

This commit is contained in:
IronApollo
2019-02-03 09:22:10 -05:00
parent 2d586ff53e
commit 0e5847e1ce
5 changed files with 2 additions and 20 deletions

View File

@ -131,7 +131,6 @@ public class PasteBuilder {
if (ignoreAirBlocks) {
copy.setSourceMask(new ExistingBlockMask(clipboard));
}
System.out.println("PasteBuilder info: extent: " + extent.toString() + "; copy: " + copy + "; transform: " + transform);
return copy;
}