aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus
diff options
context:
space:
mode:
authorRaven Szewczyk <git@kubasz.xyz>2023-03-09 15:32:33 +0000
committerGitHub <noreply@github.com>2023-03-09 16:32:33 +0100
commit6afcf049561cf293e9f8e603e25dd0b1f2c78d89 (patch)
treeac0da05e6ff04401ff016cfbebbb6f50c18c0113 /src/main/java/gtPlusPlus
parent99441ebf43558b1fe19488100844d8291dcfd371 (diff)
downloadGT5-Unofficial-6afcf049561cf293e9f8e603e25dd0b1f2c78d89.tar.gz
GT5-Unofficial-6afcf049561cf293e9f8e603e25dd0b1f2c78d89.tar.bz2
GT5-Unofficial-6afcf049561cf293e9f8e603e25dd0b1f2c78d89.zip
Fix removed CustomName init call causing an NPE (#562)
Diffstat (limited to 'src/main/java/gtPlusPlus')
-rw-r--r--src/main/java/gtPlusPlus/core/common/CommonProxy.java2
1 files changed, 2 insertions, 0 deletions
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