removed one line of code

intellij added this thing and i have no clue what it does, removing it doesn't break anything
This commit is contained in:
CM436 2024-03-28 10:58:18 -06:00
parent e6bfea837a
commit f4c0ed3f4c

View File

@ -127,7 +127,6 @@ import cpw.mods.fml.client.registry.ClientRegistry;
import cpw.mods.fml.client.registry.RenderingRegistry;
import cpw.mods.fml.common.FMLCommonHandler;
import cpw.mods.fml.relauncher.ReflectionHelper;
import scala.tools.nsc.backend.icode.analysis.TypeFlowAnalysis;
public class ClientProxy extends ServerProxy {