this number always changes

This commit is contained in:
Chayapak 2023-08-27 08:58:30 +07:00
parent cc08c76020
commit 5fdc70adec

View file

@ -291,7 +291,7 @@ public class MusicPlayerPlugin extends Bot.Listener {
while (currentSong.reachedNextNote()) {
final Note note = currentSong.getNextNote();
if (notesPerSecond > 700) continue;
if (notesPerSecond > 1240) continue;
float key = note.pitch;