SPIGOT-4433: Always generate ProtoChunk

This commit is contained in:
md_5
2018-10-28 11:30:35 +11:00
parent 5184216f27
commit 72c3617dfe
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() {