SPIGOT-4433: Always generate ProtoChunk

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2018-10-28 11:30:35 +11:00
parent b092fdb392
commit c3d18995c4
3 changed files with 1 additions and 90 deletions

View File

@@ -76,7 +76,7 @@
this.x = true;
this.a(ChunkStatus.FULLCHUNK);
+ this.needsDecoration = protochunk.needsDecoration; // CraftBukkit
+ this.needsDecoration = true; // CraftBukkit
}
public Set<BlockPosition> t() {