1.21.6-pre2

This commit is contained in:
Bjarne Koll
2025-06-02 17:02:22 +02:00
parent 1366eaa540
commit 4b6fae1079
6 changed files with 70 additions and 70 deletions

View File

@@ -161,7 +161,7 @@
profilerFiller.push("purge");
- if (this.level.tickRateManager().runsNormally() || !tickChunks) {
+ if (this.level.tickRateManager().runsNormally() || !tickChunks || this.level.spigotConfig.unloadFrozenChunks) { // Spigot
this.ticketStorage.purgeStaleTickets();
this.ticketStorage.purgeStaleTickets(this.chunkMap);
}
@@ -388,12 +_,20 @@