We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9558b62 commit eaf12eaCopy full SHA for eaf12ea
proxy-velocity/src/main/kotlin/app/simplecloud/plugin/proxy/velocity/ProxyVelocityPlugin.kt
@@ -57,7 +57,6 @@ class ProxyVelocityPlugin @Inject constructor(
57
58
fun deserializeToComponent(text: String, player: Player? = null): Component {
59
val configureTagResolversEvent = this.proxyServer.eventManager.fire(ConfigureTagResolversEvent(player)).get()
60
- println("ss ${configureTagResolversEvent.tagResolvers.size}")
61
return this.miniMessage.deserialize(
62
text,
63
*configureTagResolversEvent.tagResolvers.toTypedArray()
0 commit comments