This commit is contained in:
TheMode 2021-06-12 13:52:44 +02:00
parent 94e92741c8
commit a2bd0f7906

View File

@ -361,4 +361,4 @@ public class DynamicChunk extends Chunk {
final int sectionIndex = ChunkUtils.getSectionAt(y);
return sectionMap.computeIfAbsent(sectionIndex, key -> new Section());
}
}
}