geforkt von Mirrors/Paper
d5f782996e
By: md_5 <git@md-5.net>
11 Zeilen
331 B
Diff
11 Zeilen
331 B
Diff
--- 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;
|
|
}
|
|
}
|