Fix patch mistake in IForgeWorldType: CUSTOMIZED -> BUFFET
This commit is contained in:
parent
dc12cda505
commit
7f5a57f4af
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public interface IForgeWorldType
|
||||||
{
|
{
|
||||||
if (this == WorldType.FLAT)
|
if (this == WorldType.FLAT)
|
||||||
mc.displayGuiScreen(new GuiCreateFlatWorld(gui, gui.chunkProviderSettingsJson));
|
mc.displayGuiScreen(new GuiCreateFlatWorld(gui, gui.chunkProviderSettingsJson));
|
||||||
else if (this == WorldType.CUSTOMIZED)
|
else if (this == WorldType.BUFFET)
|
||||||
mc.displayGuiScreen(new GuiCreateBuffetWorld(gui, gui.chunkProviderSettingsJson));
|
mc.displayGuiScreen(new GuiCreateBuffetWorld(gui, gui.chunkProviderSettingsJson));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue