mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-21 11:55:15 +01:00
fixed message
This commit is contained in:
parent
5416077d28
commit
ca98d8215f
@ -152,7 +152,7 @@ class HandshakeState : MinecraftConnectionState {
|
|||||||
|
|
||||||
bootstrap.addListener {
|
bootstrap.addListener {
|
||||||
if (it.isSuccess) {
|
if (it.isSuccess) {
|
||||||
CloudHeadProtocol.logger.info("Connected ${frontHandler} to $socketAddr")
|
CloudHeadProtocol.logger.info("Connected ${frontHandler.address} -> $socketAddr")
|
||||||
|
|
||||||
val backChan = bootstrap.channel() as SocketChannel
|
val backChan = bootstrap.channel() as SocketChannel
|
||||||
backChan.pipeline().get(CloudMinecraftHandler::class.java).other = handler.user.channel
|
backChan.pipeline().get(CloudMinecraftHandler::class.java).other = handler.user.channel
|
||||||
|
Loading…
Reference in New Issue
Block a user