585960616263646566
case 2: this.mc.theWorld.sendQuittingDisconnectingPacket(); this.mc.loadWorld((WorldClient)null); // Spout Start this.mc.displayGuiScreen(new MainMenu()); // Spout End } }
727374757677787980
if (this.clientHandler != null) { this.clientHandler.disconnect(); } // Spout Start this.mc.displayGuiScreen(new MainMenu()); // Spout End } }