From 62e8bea246418e569f0d1f352561bbc94a6b7944 Mon Sep 17 00:00:00 2001 From: Builderb0y Date: Tue, 12 Sep 2023 01:05:27 +0000 Subject: [PATCH] I forgot a line of code. --- .../distanthorizons/core/generation/DhLightingEngine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/generation/DhLightingEngine.java b/core/src/main/java/com/seibel/distanthorizons/core/generation/DhLightingEngine.java index 30bfecd39..fcc205db3 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/generation/DhLightingEngine.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/generation/DhLightingEngine.java @@ -303,7 +303,7 @@ public class DhLightingEngine public AdjacentChunkHolder(IChunkWrapper centerWrapper) { - this.chunkArray.add(centerWrapper); + this.chunkArray[4] = centerWrapper; } public void add(IChunkWrapper centerWrapper) {