formatting

This commit is contained in:
ZacSharp
2021-02-19 23:52:18 +01:00
parent c880f71dc8
commit 5a926bf169
4 changed files with 12 additions and 12 deletions

View File

@@ -381,8 +381,8 @@ public final class BuilderProcess extends BaritoneProcessHelper implements IBuil
}
@Override
public void reset(){
if (!(realSchematic instanceof IStaticSchematic)){
public void reset() {
if (!(realSchematic instanceof IStaticSchematic)) {
realSchematic.reset();
}
}
@@ -424,7 +424,7 @@ public final class BuilderProcess extends BaritoneProcessHelper implements IBuil
// build repeat time
layer = 0;
origin = new BlockPos(origin).add(repeat);
if (!(schematic instanceof IStaticSchematic) && !Baritone.settings().buildRepeatSneaky.value){
if (!(schematic instanceof IStaticSchematic) && !Baritone.settings().buildRepeatSneaky.value) {
schematic.reset();
}
logDirect("Repeating build in vector " + repeat + ", new origin is " + origin);