From 923d57b377bec4aaeae7046f2205d7f66eb9fec2 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Tue, 26 Oct 2021 21:46:06 +0200 Subject: [PATCH] Fixed the colors in the lodBuilder --- .../java/com/seibel/lod/builders/lodBuilding/LodBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/builders/lodBuilding/LodBuilder.java b/src/main/java/com/seibel/lod/builders/lodBuilding/LodBuilder.java index a3ff88585..3a097cea5 100644 --- a/src/main/java/com/seibel/lod/builders/lodBuilding/LodBuilder.java +++ b/src/main/java/com/seibel/lod/builders/lodBuilding/LodBuilder.java @@ -520,7 +520,7 @@ public class LodBuilder } else colorInt = colorOfBlock; - return colorOfBlock; + return colorInt; }