This commit is contained in:
eaglercraft
2024-04-20 19:58:35 -07:00
parent d262f9c825
commit ddc90126af
170 changed files with 7194 additions and 758 deletions

View File

@@ -133,7 +133,7 @@ public class GuiOptions extends GuiScreen implements GuiYesNoCallback {
chatcomponenttext.appendText(": ");
chatcomponenttext.appendSibling(
new ChatComponentTranslation(parEnumDifficulty.getDifficultyResourceKey(), new Object[0]));
return chatcomponenttext.getFormattedText();
return chatcomponenttext.getUnformattedText();
}
public void confirmClicked(boolean flag, int i) {