From 6afcf049561cf293e9f8e603e25dd0b1f2c78d89 Mon Sep 17 00:00:00 2001 From: Raven Szewczyk Date: Thu, 9 Mar 2023 15:32:33 +0000 Subject: Fix removed CustomName init call causing an NPE (#562) --- src/main/java/gtPlusPlus/core/common/CommonProxy.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/java/gtPlusPlus/core') diff --git a/src/main/java/gtPlusPlus/core/common/CommonProxy.java b/src/main/java/gtPlusPlus/core/common/CommonProxy.java index eae55eccec..8961ceb80f 100644 --- a/src/main/java/gtPlusPlus/core/common/CommonProxy.java +++ b/src/main/java/gtPlusPlus/core/common/CommonProxy.java @@ -44,6 +44,7 @@ import gtPlusPlus.preloader.CORE_Preloader; import gtPlusPlus.xmod.eio.handler.HandlerTooltip_EIO; import gtPlusPlus.xmod.galacticraft.handler.HandlerTooltip_GC; import gtPlusPlus.xmod.gregtech.api.util.SpecialBehaviourTooltipHandler; +import gtPlusPlus.xmod.ic2.CustomInternalName; public class CommonProxy { @@ -66,6 +67,7 @@ public class CommonProxy { } AddToCreativeTab.initialiseTabs(); + CustomInternalName.init(); // Moved from Init after Debug Loading. // 29/01/18 - Alkalus -- cgit