SPIGOT-4400: Populators running on existing chunks
By: md_5 <git@md-5.net>
This commit is contained in:
10
paper-server/nms-patches/ChunkTaskDecorate.patch
Normal file
10
paper-server/nms-patches/ChunkTaskDecorate.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/net/minecraft/server/ChunkTaskDecorate.java
|
||||
+++ b/net/minecraft/server/ChunkTaskDecorate.java
|
||||
@@ -9,6 +9,7 @@
|
||||
ProtoChunk protochunk = aprotochunk[aprotochunk.length / 2];
|
||||
|
||||
protochunk.a(ChunkStatus.DECORATED);
|
||||
+ protochunk.needsDecoration = true; // CraftBukkit
|
||||
return protochunk;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user