fix build repeat

This commit is contained in:
Leijurv 2019-04-23 17:42:13 -07:00
parent 2ee119fc64
commit 09fbf675ec
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -338,6 +338,7 @@ public class BuilderProcess extends BaritoneProcessHelper implements IBuilderPro
layer = 0;
origin = new BlockPos(origin).offset(direction, distance);
logDirect("Repeating build " + distance + " blocks to the " + direction + ", new origin is " + origin);
return onTick(calcFailed, isSafeToCancel);
}
trim(bcc);