Don't send bungeecord plugin messages to the client

This commit is contained in:
Thinkofdeath 2015-04-08 18:22:16 +01:00
parent 3973c511f5
commit a48c458306

View File

@ -451,6 +451,8 @@ public class DownstreamBridge extends PacketHandler
con.getServer().sendData( "BungeeCord", b );
}
}
throw CancelSendSignal.INSTANCE;
}
}