Fix disconnection crash

This commit is contained in:
catfoolyou
2025-03-04 08:23:16 -05:00
parent ec2fbed8d1
commit 656f3ce628
9 changed files with 47583 additions and 47565 deletions

View File

@@ -1446,6 +1446,8 @@ public class Minecraft
displayEaglercraftText("Note: " + var4.translateKey("fancyGraphicsNote"));
}
displayEaglercraftText("Warning: world loading may take a while, so you may need to wait for a few seconds for the world to load and the lag will stop.");
if(this.gameSettings.showCoordinates) {
displayEaglercraftText(EnumChatFormatting.LIGHT_PURPLE + "Note: use F+6 to hide the coordinates off of the screen (if you're in public)");
}else {

View File

@@ -9,10 +9,8 @@ public class Packet252SharedKey extends Packet
private byte[] sharedSecret = new byte[0];
private byte[] verifyToken = new byte[0];
public Packet252SharedKey() {}
public Packet252SharedKey() {
public Packet252SharedKey(Object par1SecretKey, Object par2PublicKey, byte[] par3ArrayOfByte)
{
}
/**