Fixed the colors in the lodBuilder

This commit is contained in:
Leonardo
2021-10-26 21:46:06 +02:00
parent 447325e5a1
commit 923d57b377
@@ -520,7 +520,7 @@ public class LodBuilder
}
else
colorInt = colorOfBlock;
return colorOfBlock;
return colorInt;
}