b687180e12
Once the old folder is done, then patches are done. Want to know whats still to do? Look in that folder. Now stop asking.
19 lines
735 B
Diff
19 lines
735 B
Diff
--- ../src-base/minecraft/net/minecraft/client/gui/GuiMultiplayer.java
|
|
+++ ../src-work/minecraft/net/minecraft/client/gui/GuiMultiplayer.java
|
|
@@ -41,6 +41,7 @@
|
|
public GuiMultiplayer(GuiScreen p_i1040_1_)
|
|
{
|
|
this.field_146798_g = p_i1040_1_;
|
|
+ net.minecraftforge.fml.client.FMLClientHandler.instance().setupServerList();
|
|
}
|
|
|
|
public void func_73866_w_()
|
|
@@ -375,7 +376,7 @@
|
|
|
|
private void func_146791_a(ServerData p_146791_1_)
|
|
{
|
|
- this.field_146297_k.func_147108_a(new GuiConnecting(this, this.field_146297_k, p_146791_1_));
|
|
+ net.minecraftforge.fml.client.FMLClientHandler.instance().connectToServer(this, p_146791_1_);
|
|
}
|
|
|
|
public void func_146790_a(int p_146790_1_)
|