Because server admins are bitchy we need to support 1.3 as well
This commit is contained in:
parent
2252bb27c6
commit
428a77bae1
@ -200,6 +200,7 @@ public class BungeeCord
|
||||
}
|
||||
|
||||
$().info("Thank you and goodbye");
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -78,11 +78,11 @@ public class InitialHandler implements Runnable
|
||||
break;
|
||||
case 0xFE:
|
||||
socket.setSoTimeout(100);
|
||||
boolean newPing = true;
|
||||
boolean newPing = false;
|
||||
try
|
||||
{
|
||||
socket.getInputStream().read();
|
||||
newPing = false;
|
||||
newPing = true;
|
||||
} catch (IOException ex)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user