From 7ecfff5bc437712b45ce9830becea04df7b6aff9 Mon Sep 17 00:00:00 2001 From: carm Date: Tue, 9 Jan 2024 18:10:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(debug):=20=E7=A7=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84debug=E6=B6=88=E6=81=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/pom.xml | 2 +- platform/bukkit/pom.xml | 2 +- .../bukkit/value/notify/type/SoundNotify.java | 6 +----- platform/bungee/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index c6cf453..fd5f12e 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ mineconfiguration-parent cc.carm.lib - 2.9.2 + 2.9.3 4.0.0 diff --git a/platform/bukkit/pom.xml b/platform/bukkit/pom.xml index 5b4d6db..5926610 100644 --- a/platform/bukkit/pom.xml +++ b/platform/bukkit/pom.xml @@ -5,7 +5,7 @@ mineconfiguration-parent cc.carm.lib - 2.9.2 + 2.9.3 ../../pom.xml 4.0.0 diff --git a/platform/bukkit/src/main/java/cc/carm/lib/mineconfiguration/bukkit/value/notify/type/SoundNotify.java b/platform/bukkit/src/main/java/cc/carm/lib/mineconfiguration/bukkit/value/notify/type/SoundNotify.java index adff57c..5874a91 100644 --- a/platform/bukkit/src/main/java/cc/carm/lib/mineconfiguration/bukkit/value/notify/type/SoundNotify.java +++ b/platform/bukkit/src/main/java/cc/carm/lib/mineconfiguration/bukkit/value/notify/type/SoundNotify.java @@ -44,11 +44,7 @@ public class SoundNotify extends NotifyType { @Override public void execute(@NotNull Player player, @Nullable SoundConfig meta, @NotNull Map placeholders) { - System.out.println("SoundNotify.execute"); - if (meta != null) { - System.out.println("SoundNotify.play"); - meta.playTo(player); - } + if (meta != null) meta.playTo(player); } } diff --git a/platform/bungee/pom.xml b/platform/bungee/pom.xml index 98cdddc..7dcc63b 100644 --- a/platform/bungee/pom.xml +++ b/platform/bungee/pom.xml @@ -5,7 +5,7 @@ mineconfiguration-parent cc.carm.lib - 2.9.2 + 2.9.3 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index f575fa9..7c7da9c 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ cc.carm.lib mineconfiguration-parent - 2.9.2 + 2.9.3 pom common