mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
SPIGOT-4433: Always generate ProtoChunk
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
|
||||
this.x = true;
|
||||
this.a(ChunkStatus.FULLCHUNK);
|
||||
+ this.needsDecoration = protochunk.needsDecoration; // CraftBukkit
|
||||
+ this.needsDecoration = true; // CraftBukkit
|
||||
}
|
||||
|
||||
public Set<BlockPosition> t() {
|
||||
|
Reference in New Issue
Block a user