This commit is contained in:
Leijurv 2019-04-07 17:44:23 -07:00
parent 867c01ff86
commit e54652941b
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ public class BuilderProcess extends BaritoneProcessHelper implements IBuilderPro
}
public static class GoalAdjacent extends GoalGetToBlock {
boolean allowSameLevel;
private boolean allowSameLevel;
public GoalAdjacent(BlockPos pos, boolean allowSameLevel) {
super(pos);