Forgot to include target pos

This commit is contained in:
ZacSharp 2023-06-20 03:20:44 +02:00
parent 30278a1c52
commit 41d730fb04
No known key found for this signature in database
GPG Key ID: 9453647B005083A3
1 changed files with 1 additions and 0 deletions

View File

@ -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;