Forgot to include target pos
This commit is contained in:
@@ -899,6 +899,7 @@ public final class BuilderProcess extends BaritoneProcessHelper implements IBuil
|
||||
@Override
|
||||
public int hashCode() {
|
||||
int hash = 806368046;
|
||||
hash = hash * 1412661222 + super.hashCode();
|
||||
hash = hash * 1730799370 + (int) BetterBlockPos.longHash(no.getX(), no.getY(), no.getZ());
|
||||
hash = hash * 260592149 + (allowSameLevel ? -1314802005 : 1565710265);
|
||||
return hash;
|
||||
|
||||
Reference in New Issue
Block a user