From d94719ddee384c3e2bef72e2f8648c3f6cf81dce Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 12 Apr 2025 17:24:44 +0800 Subject: [PATCH] fix: remove sendMessage logger calling --- .../io/github/thehrz/proxyServerHelper/utils/ProxyUtils.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/io/github/thehrz/proxyServerHelper/utils/ProxyUtils.kt b/src/main/kotlin/io/github/thehrz/proxyServerHelper/utils/ProxyUtils.kt index 2454319..ba37d2f 100644 --- a/src/main/kotlin/io/github/thehrz/proxyServerHelper/utils/ProxyUtils.kt +++ b/src/main/kotlin/io/github/thehrz/proxyServerHelper/utils/ProxyUtils.kt @@ -14,7 +14,6 @@ object ProxyUtils { fun sendMessage(message: String, args: Map = emptyMap()) { val str = replaceStringUsingMap(message, args) val component = ProxyServerHelper.instance.miniMessage.deserialize(str) - ProxyServerHelper.instance.logger.info(str) ProxyServerHelper.instance.server.consoleCommandSource.sendMessage(component) for (srv in ProxyServerHelper.instance.server.allServers) { if (!srv.playersConnected.isEmpty()) {