remove broken var in NeoClientProxy

This commit is contained in:
James Seibel
2025-06-26 07:29:51 -05:00
parent 4806cd2445
commit 3a45bdd2a2
@@ -78,11 +78,6 @@ public class NeoforgeClientProxy implements AbstractModInitializer.IEventProxy
private static final IMinecraftClientWrapper MC = SingletonInjector.INSTANCE.get(IMinecraftClientWrapper.class);
private static final Logger LOGGER = DhLoggerBuilder.getLogger();
// Not the cleanest way of passing this to the LOD renderer, but it'll have to do for now
public static NeoRenderState neoRenderState = new NeoRenderState();
@Override