From 0e82afd6e143faf32409e6d5f2be8f48ffc279d8 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Sun, 17 Oct 2021 18:52:34 +0200 Subject: [PATCH] Disabled config override --- src/main/java/com/seibel/lod/proxy/ClientProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/proxy/ClientProxy.java b/src/main/java/com/seibel/lod/proxy/ClientProxy.java index 271327d2a..0a99538ee 100644 --- a/src/main/java/com/seibel/lod/proxy/ClientProxy.java +++ b/src/main/java/com/seibel/lod/proxy/ClientProxy.java @@ -100,7 +100,7 @@ public class ClientProxy public void renderLods(MatrixStack mcMatrixStack, float partialTicks) { // comment out when creating a release - applyConfigOverrides(); + // applyConfigOverrides(); // clear any out of date objects mc.clearFrameObjectCache();