Skip to content

Commit

Permalink
Finish my thought
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Jun 28, 2021
1 parent ad53564 commit 90fa561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void updateBlock(int x, int y, int z, int block) {
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
Expand Down

0 comments on commit 90fa561

Please sign in to comment.