geforkt von Mirrors/Velocity
Fix merge checkstyle issues
Dieser Commit ist enthalten in:
Ursprung
bc70c76aec
Commit
c7b6afe5b8
@ -138,7 +138,8 @@ public class MinecraftConnection extends ChannelInboundHandlerAdapter {
|
||||
try {
|
||||
sessionHandler.exception(cause);
|
||||
} catch (Exception ex) {
|
||||
logger.error("{}: exception handling exception", (association != null ? association : channel.remoteAddress()), cause);
|
||||
logger.error("{}: exception handling exception", (association != null ? association :
|
||||
channel.remoteAddress()), cause);
|
||||
}
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren