Remove useless disconnect channel.

This commit is contained in:
md_5 2013-02-07 16:55:24 +11:00
parent 7f77b62852
commit 7e39cb8da6

View File

@ -383,10 +383,6 @@ public class UserConnection extends GenericConnection implements ProxiedPlayer
if (message.tag.equals("BungeeCord"))
{
String subChannel = in.readUTF();
if (subChannel.equals("Disconnect"))
{
break;
}
if (subChannel.equals("Forward"))
{
String target = in.readUTF();