SPIGOT-4400: Populators running on existing chunks

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2018-09-27 21:41:24 +10:00
parent 0de14a04dd
commit d5f782996e
4 changed files with 124 additions and 35 deletions

View 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;
}
}