I forgot a line of code.

This commit is contained in:
Builderb0y
2023-09-12 01:05:27 +00:00
parent a51bb760d0
commit 62e8bea246
@@ -303,7 +303,7 @@ public class DhLightingEngine
public AdjacentChunkHolder(IChunkWrapper centerWrapper)
{
this.chunkArray.add(centerWrapper);
this.chunkArray[4] = centerWrapper;
}
public void add(IChunkWrapper centerWrapper) {