This commit is contained in:
creeper123123321 2021-02-02 20:36:27 -03:00
parent a8f75f91bd
commit 2565ff5f74

View File

@ -91,7 +91,7 @@ class CloudMinecraftHandler(
override fun exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable) {
if (cause is CancelCodecException) return
mcLogger.info("Exception: ", cause)
mcLogger.debug("Exception: ", cause)
disconnect("Exception: $cause")
}