This commit is contained in:
ayunami2000 2023-10-05 13:51:46 -04:00
parent 1f86cb9d2b
commit 494471565d

View File

@ -90,15 +90,6 @@ public class Main extends ViaProxyPlugin {
addr = ((ProxyConnection) proxyConnection).getServerAddress();
}
c2p.attr(secureWs).set(true); // todo: THIS!!
if (c2p.hasAttr(secureWs)) {
doWsServerStuff(ch, proxyConnection, c2p, addr);
if (!event.isLegacyPassthrough()) {