From 4554052471f57d5cedffc86f3273f675aa1eb1a9 Mon Sep 17 00:00:00 2001 From: coolGi Date: Wed, 21 Jun 2023 19:46:41 +0930 Subject: [PATCH] Fixed a broken lang in the config --- .../distanthorizons/common/wrappers/gui/ClassicConfigGUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/ClassicConfigGUI.java b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/ClassicConfigGUI.java index 9d329cce4..6509b7c26 100644 --- a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/ClassicConfigGUI.java +++ b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/ClassicConfigGUI.java @@ -328,7 +328,7 @@ public class ClassicConfigGUI // If the update is pending, display this message to inform the user that it will apply when the game restarts if (SelfUpdater.deleteOldOnClose) - drawString(matrices, font, new TranslatableComponent("lod.updater.waitingForClose"), 4, height-38, 0xFFFFFF); + drawString(matrices, font, new TranslatableComponent(configBase.modID + ".updater.waitingForClose"), 4, height-38, 0xFFFFFF); // Render the tooltip only if it can find a tooltip in the language file