mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Finish my thought
This commit is contained in:
parent
ad5356472d
commit
90fa5610f5
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public class ChunkCache {
|
||||||
if (chunk == null) {
|
if (chunk == null) {
|
||||||
if (block != BlockTranslator.JAVA_AIR_ID) {
|
if (block != BlockTranslator.JAVA_AIR_ID) {
|
||||||
chunk = new Chunk();
|
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;
|
column.getChunks()[(y >> 4) - getChunkMinY()] = chunk;
|
||||||
} else {
|
} else {
|
||||||
// Nothing to update
|
// Nothing to update
|
||||||
|
|
Loading…
Reference in a new issue