diff --git a/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/MusicPlayerPlugin.java b/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/MusicPlayerPlugin.java index a7af3fb2..c226fe92 100644 --- a/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/MusicPlayerPlugin.java +++ b/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/MusicPlayerPlugin.java @@ -311,7 +311,7 @@ public class MusicPlayerPlugin extends Bot.Listener { // i wrote this part - // this uses the average of the pitch and the volume to calcuate the stereo + // this uses the average of the pitch and the volume to calculate the stereo final float average = (note.pitch + note.volume) / 2; if (average > 5) blockPosition = (average - 5) / -5;