fix: hopefully fix volume clamp issue in music player

This commit is contained in:
ChomeNS
2025-01-19 08:20:45 +07:00
parent 7d72776806
commit dbb8c2479f
2 changed files with 2 additions and 2 deletions

View File

@@ -394,7 +394,7 @@ public class MusicPlayerPlugin extends Bot.Listener {
note.pitch != note.shiftedPitch ||
note.shiftedInstrument != note.instrument;
final double volume = note.volume * 2;
final double volume = note.volume;
if (shouldCustomPitch) {
bot.core.run(