We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63832e commit 63f9644Copy full SHA for 63f9644
1 file changed
paper-server/patches/sources/net/minecraft/server/level/ChunkMap.java.patch
@@ -89,16 +89,12 @@
89
}
90
91
this.updatingChunkMap.put(node, chunk);
92
-@@ -411,10 +_,10 @@
93
- }
94
+@@ -413,8 +_,8 @@
95
96
-- protected void saveAllChunks(final boolean flushStorage) {
97
-- if (flushStorage) {
+ protected void saveAllChunks(final boolean flushStorage) {
+ if (flushStorage) {
98
- List<ChunkHolder> chunksToSave = this.visibleChunkMap
99
- .values()
100
-+ protected void saveAllChunks(boolean flush) {
101
-+ if (flush) {
102
+ List<ChunkHolder> chunksToSave = ca.spottedleaf.moonrise.common.PlatformHooks.get().getVisibleChunkHolders(this.level) // Paper - moonrise
103
+ //.values() // Paper - moonrise
104
.stream()
0 commit comments