mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 08:39:58 +03:00
12 lines
574 B
Diff
12 lines
574 B
Diff
--- ../src-base/minecraft/net/minecraft/client/gui/GuiListWorldSelectionEntry.java
|
|
+++ ../src-work/minecraft/net/minecraft/client/gui/GuiListWorldSelectionEntry.java
|
|
@@ -246,7 +246,7 @@
|
|
|
|
if (this.client.getSaveLoader().canLoadWorld(this.worldSummary.getFileName()))
|
|
{
|
|
- this.client.launchIntegratedServer(this.worldSummary.getFileName(), this.worldSummary.getDisplayName(), (WorldSettings)null);
|
|
+ net.minecraftforge.fml.client.FMLClientHandler.instance().tryLoadExistingWorld(worldSelScreen, this.worldSummary);
|
|
}
|
|
}
|
|
|