Finish my thought

This commit is contained in:
Camotoy 2021-06-27 23:26:32 -04:00
parent ad5356472d
commit 90fa5610f5
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class ChunkCache {
if (chunk == null) {
if (block != BlockTranslator.JAVA_AIR_ID) {
chunk = new Chunk();
// A previously empty chunk, which is no longer empty as a
// A previously empty chunk, which is no longer empty as a block has been added to it
column.getChunks()[(y >> 4) - getChunkMinY()] = chunk;
} else {
// Nothing to update