fix: oops i meant continue

This commit is contained in:
ChomeNS
2025-04-28 12:14:52 +07:00
parent a744c16f20
commit dd10e6f1ab
2 changed files with 2 additions and 2 deletions

View File

@@ -415,7 +415,7 @@ public class MusicPlayerPlugin implements Listener {
final double volume = note.volume + this.volume;
if (volume == 0.0) return;
if (volume == 0.0) continue;
if (shouldCustomPitch) {
bot.core.run(