mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-06 07:46:08 +00:00
Tests
This commit is contained in:
@@ -324,10 +324,7 @@ public class Chunk {
|
||||
Section section = sections.get(sectionIndex);
|
||||
if (section == null) {
|
||||
section = Section.newSection();
|
||||
synchronized (sections)
|
||||
{
|
||||
sections.set(sectionIndex, section);
|
||||
}
|
||||
sections.set(sectionIndex, section);
|
||||
}
|
||||
section.setBlockStateAt(blockX, blockY, blockZ, state, cleanup);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user