mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-03 21:44:40 +01:00
10 lines
331 B
Diff
10 lines
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;
|
|
}
|
|
}
|