mirror of
https://github.com/Eaglercraft-Archive/EaglercraftX-1.8-workspace.git
synced 2026-06-23 02:08:18 +02:00
u29
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user