3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-11-20 06:50:09 +01:00
Dieser Commit ist enthalten in:
AlexProgrammerDE 2024-09-19 20:44:36 +02:00
Ursprung c9acfecd9d
Commit 276a6bd00d

Datei anzeigen

@ -155,9 +155,7 @@ public final class LocalSession extends TcpSession {
HAProxyProtocolVersion.V2, HAProxyCommand.PROXY, proxiedProtocol,
clientAddress.getAddress().getHostAddress(), remoteAddress.getAddress().getHostAddress(),
clientAddress.getPort(), remoteAddress.getPort()
)).addListener(future -> {
channel.pipeline().remove("proxy-protocol-encoder");
});
)).addListener(future -> channel.pipeline().remove("proxy-protocol-encoder"));
}
/**