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