diff --git a/versions/src/main/kotlin/su/plo/slib/mod/channel/ModChannelManager.kt b/versions/src/main/kotlin/su/plo/slib/mod/channel/ModChannelManager.kt index 31940b6..e8a9fc2 100644 --- a/versions/src/main/kotlin/su/plo/slib/mod/channel/ModChannelManager.kt +++ b/versions/src/main/kotlin/su/plo/slib/mod/channel/ModChannelManager.kt @@ -51,7 +51,6 @@ class ModChannelManager : McServerChannelManager { //$$ fun onRegisterPayloadHandlers(event: RegisterPayloadHandlersEvent) { //$$ val registrar = event.registrar("0").optional() //$$ - //$$ println("Register codecs: $codecs") //$$ codecs.forEach { (channelKey, codec) -> //$$ registrar.playBidirectional( //$$ codec.type,