Remove useless disconnect channel.
This commit is contained in:
parent
7f77b62852
commit
7e39cb8da6
@ -383,10 +383,6 @@ public class UserConnection extends GenericConnection implements ProxiedPlayer
|
|||||||
if (message.tag.equals("BungeeCord"))
|
if (message.tag.equals("BungeeCord"))
|
||||||
{
|
{
|
||||||
String subChannel = in.readUTF();
|
String subChannel = in.readUTF();
|
||||||
if (subChannel.equals("Disconnect"))
|
|
||||||
{
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
if (subChannel.equals("Forward"))
|
if (subChannel.equals("Forward"))
|
||||||
{
|
{
|
||||||
String target = in.readUTF();
|
String target = in.readUTF();
|
||||||
|
Loading…
Reference in New Issue
Block a user