Add comments

This commit is contained in:
KennyTV 2021-05-20 16:56:39 +02:00
parent c172091944
commit 04fedd2892
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -140,6 +140,8 @@ public class WorldPackets {
if (!chunk.isFullChunk()) {
// All chunks are full chunk packets now (1.16 already stopped sending non-full chunks)
// Construct multi block change packets instead
// Height map updates are lost (unless we want to fully cache and resend entire chunks)
// Block entities are always empty for non-full chunks in Vanilla
writeMultiBlockChangePacket(wrapper, chunk);
wrapper.cancel();
return;