From 20499eb80eedb5792c2cf672cbe53f726f2d3b35 Mon Sep 17 00:00:00 2001 From: CM436 Date: Thu, 28 Mar 2024 11:17:52 -0600 Subject: [PATCH] remove a single character most useless change ever but i'm new to this stuff and overly cautious of fucking things up --- src/main/java/com/hbm/main/ClientProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/hbm/main/ClientProxy.java b/src/main/java/com/hbm/main/ClientProxy.java index 19efe888a..bc4f5994a 100644 --- a/src/main/java/com/hbm/main/ClientProxy.java +++ b/src/main/java/com/hbm/main/ClientProxy.java @@ -128,7 +128,7 @@ import cpw.mods.fml.client.registry.RenderingRegistry; import cpw.mods.fml.common.FMLCommonHandler; import cpw.mods.fml.relauncher.ReflectionHelper; - public class ClientProxy extends ServerProxy { +public class ClientProxy extends ServerProxy { public RenderInfoSystem theInfoSystem = new RenderInfoSystem();