Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/16.x/forge' into 18.x/forge
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Nov 1, 2023
2 parents 55ee98e + dc59ca3 commit e542ce0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public synchronized ClonedChunkSection acquire(int x, int y, int z) {
section = this.createSection(x, y, z);
}

section.setLastUsedTimestamp(this.time);

return section;
}

Expand Down

0 comments on commit e542ce0

Please sign in to comment.