mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-01 04:51:29 +01:00
end line
This commit is contained in:
parent
94e92741c8
commit
a2bd0f7906
@ -361,4 +361,4 @@ public class DynamicChunk extends Chunk {
|
|||||||
final int sectionIndex = ChunkUtils.getSectionAt(y);
|
final int sectionIndex = ChunkUtils.getSectionAt(y);
|
||||||
return sectionMap.computeIfAbsent(sectionIndex, key -> new Section());
|
return sectionMap.computeIfAbsent(sectionIndex, key -> new Section());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user