Increment ChunkHolderManager current tick

This is an oversight from copying from Folia. The current tick
should be incremented so that incremental autosave can properly
occur.
This commit is contained in:
Spottedleaf
2024-07-11 08:54:26 -07:00
parent e73a2443c7
commit 6ff9aca2db

View File

@@ -685,6 +685,8 @@ public final class ChunkHolderManager {
}
public void tick() {
++this.currentTick;
final int sectionShift = ((ChunkSystemServerLevel)this.world).moonrise$getRegionChunkShift();
final Predicate<Ticket<?>> expireNow = (final Ticket<?> ticket) -> {