mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #4 - Increased login timeout
This commit is contained in:
@ -38,7 +38,7 @@ import net.minecraft.util.EnumChatFormatting;
|
||||
*/
|
||||
public class ConnectionHandshake {
|
||||
|
||||
private static final long baseTimeout = 5000l;
|
||||
private static final long baseTimeout = 15000l;
|
||||
|
||||
private static final int baseVersion = 2; // ProtocolVersions.V_02
|
||||
|
||||
|
Reference in New Issue
Block a user