Fixed a broken lang in the config

This commit is contained in:
coolGi
2023-06-21 19:46:41 +09:30
parent 17762a9e49
commit 4554052471
@@ -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