3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

use remote address

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-07-27 14:44:51 -04:00
Ursprung 5ef27cfa5f
Commit 44f9687cfa

Datei anzeigen

@ -101,7 +101,7 @@ public class MinecraftConnection extends ChannelInboundHandlerAdapter {
if (association != null) {
logger.error("{}: exception encountered", association, cause);
} else {
logger.error("{} encountered an exception", cause);
logger.error("{} encountered an exception", ctx.channel().remoteAddress(), cause);
}
closed = true;