diff options
-rw-r--r-- | src/main/java/gtPlusPlus/core/item/base/BaseItemComponent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/core/item/base/BaseItemComponent.java b/src/main/java/gtPlusPlus/core/item/base/BaseItemComponent.java index aaddbe484f..25877d250c 100644 --- a/src/main/java/gtPlusPlus/core/item/base/BaseItemComponent.java +++ b/src/main/java/gtPlusPlus/core/item/base/BaseItemComponent.java @@ -134,7 +134,7 @@ public class BaseItemComponent extends Item { if (aFormattedLangName.equals(componentType.getName())) { aFormattedLangName = "%material" + aFormattedLangName; } - GT_LanguageManager.addStringLocalization("gtplusplus.item." + unlocalName + ".name", aFormattedLangName); + GT_LanguageManager.addStringLocalization("gtplusplus.item." + this.unlocalName + ".name", aFormattedLangName); } public boolean registerComponent() { |