Merge pull request #3433 from ZacSharp/patch-7

Fix "missing null"
This commit is contained in:
Leijurv 2022-05-23 13:46:27 -07:00 committed by GitHub
commit 231f671400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ public final class BuilderProcess extends BaritoneProcessHelper implements IBuil
this.layer = Baritone.settings().startAtLayer.value;
this.numRepeats = 0;
this.observedCompleted = new LongOpenHashSet();
this.incorrectPositions = null;
}
public void resume() {