mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-04 05:54:43 +01:00
11 lines
331 B
Diff
11 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;
|
||
|
}
|
||
|
}
|