2048 idk
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user