mirror of
https://github.com/CarmJos/MineConfiguration.git
synced 2026-06-04 13:55:03 +08:00
fix(debug): 移除多余的debug消息。
This commit is contained in:
+1
-5
@@ -44,11 +44,7 @@ public class SoundNotify extends NotifyType<SoundConfig> {
|
||||
|
||||
@Override
|
||||
public void execute(@NotNull Player player, @Nullable SoundConfig meta, @NotNull Map<String, Object> placeholders) {
|
||||
System.out.println("SoundNotify.execute");
|
||||
if (meta != null) {
|
||||
System.out.println("SoundNotify.play");
|
||||
meta.playTo(player);
|
||||
}
|
||||
if (meta != null) meta.playTo(player);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user