2048 idk
This commit is contained in:
parent
672de54b26
commit
45704468e7
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ public class MusicPlayerPlugin extends Bot.Listener {
|
|||
while (currentSong.reachedNextNote()) {
|
||||
final Note note = currentSong.getNextNote();
|
||||
|
||||
if (notesPerSecond > 5000 && bot.core.hasRateLimit()) continue;
|
||||
if (notesPerSecond > 2048 && bot.core.hasRateLimit()) continue;
|
||||
|
||||
float key = note.pitch;
|
||||
|
||||
|
|
Loading…
Reference in a new issue