check for note volume == 0 and increase the notes per second
This commit is contained in:
@@ -295,7 +295,7 @@ public class MusicPlayerPlugin extends Bot.Listener {
|
||||
while (currentSong.reachedNextNote()) {
|
||||
final Note note = currentSong.getNextNote();
|
||||
|
||||
if (notesPerSecond > 1240) continue;
|
||||
if (note.volume == 0 || notesPerSecond > 2500) continue;
|
||||
|
||||
float key = note.pitch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user