Skip to content

Commit

Permalink
fix: tracked section sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Aug 16, 2024
1 parent 465bcb0 commit 2abac10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public void updatePosition() {
this.prevX = pos.x;
this.prevY = pos.y;
this.prevZ = pos.z;
this.trackedSection = ChunkSectionPos.from(this.entity);
}

@Override
Expand Down

0 comments on commit 2abac10

Please sign in to comment.