From f8b127a85dfc1d2351ad2e4a69b4b060f34c3803 Mon Sep 17 00:00:00 2001 From: cola98765 Date: Thu, 11 Apr 2024 09:45:30 +0000 Subject: [PATCH] I may not be smart --- .../core/dataObjects/fullData/sources/FullDataSourceV2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/dataObjects/fullData/sources/FullDataSourceV2.java b/core/src/main/java/com/seibel/distanthorizons/core/dataObjects/fullData/sources/FullDataSourceV2.java index c849c24c4..0094ac3e3 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/dataObjects/fullData/sources/FullDataSourceV2.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/dataObjects/fullData/sources/FullDataSourceV2.java @@ -183,7 +183,7 @@ public class FullDataSourceV2 implements IDataSource blockLight = 0; } - long dataPoint = FullDataPointUtil.setBlockLight(dataPoint, blockLight); + dataPoint = FullDataPointUtil.setBlockLight(dataPoint, blockLight); newDataColumn.set(i, dataPoint);