mojira.dev
MC-32250

Typo on "Unable to Load Worlds" screen

If you delete the saves folder while the game is running, you get the unable to load worlds screen. The screen appears okay, however, the word "worlds" is spelled "words". Language file bug.

Comments 1

Confirmed.

GuiSelectWorld.java

public void initGui()
    {
...
            this.mc.displayGuiScreen(new GuiErrorScreen("Unable to load words", var2.getMessage()));
...
    }

Austin Walhof

Nathan Adams

Confirmed

Minecraft 1.6.2

Minecraft 13w43a

Retrieved