Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-17 05:20:14 +01:00
Fix merge checkstyle issues
Dieser Commit ist enthalten in:
Ursprung
bc70c76aec
Commit
c7b6afe5b8
@ -138,7 +138,8 @@ public class MinecraftConnection extends ChannelInboundHandlerAdapter {
|
|||||||
try {
|
try {
|
||||||
sessionHandler.exception(cause);
|
sessionHandler.exception(cause);
|
||||||
} catch (Exception ex) {
|
} 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