From 79d21942bb98296a82c57de2dfca8a6501d284a1 Mon Sep 17 00:00:00 2001 From: justuser-31 Date: Sun, 30 Nov 2025 15:23:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=82=D1=81=D1=83=D1=82=D1=81?= =?UTF-8?q?=D1=82=D0=B2=D0=B8=D1=8F=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/main/VpcSpigotIntegration/Utils.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/main/VpcSpigotIntegration/Utils.kt b/src/main/kotlin/main/VpcSpigotIntegration/Utils.kt index de882e2..6716392 100644 --- a/src/main/kotlin/main/VpcSpigotIntegration/Utils.kt +++ b/src/main/kotlin/main/VpcSpigotIntegration/Utils.kt @@ -20,7 +20,7 @@ class MyLogger(debugEnabled: Boolean, private val loggerOriginal: java.util.logg fun error(message: String) { if (debug_enabled) { - loggerSpigot.severe("[DBG] message") + loggerSpigot.severe("[DBG] $message") } } }