feat: more garbage

This commit is contained in:
ChomeNS
2025-03-01 19:23:07 +07:00
parent 633ae80aac
commit f4cb86effb
3 changed files with 11 additions and 13 deletions

View File

@@ -405,8 +405,7 @@ public class MusicPlayerPlugin extends Bot.Listener {
" record @s ^" + blockPosition.getX() + " ^" + blockPosition.getY() + " ^" + blockPosition.getZ() + " " +
volume +
" " +
0 +
" 1"
0
);
}
@@ -428,8 +427,7 @@ public class MusicPlayerPlugin extends Bot.Listener {
" record @s ^" + blockPosition.getX() + " ^" + blockPosition.getY() + " ^" + blockPosition.getZ() + " " +
volume +
" " +
MathUtilities.clamp(floatingPitch, 0, 2) +
" 1"
MathUtilities.clamp(floatingPitch, 0, 2)
);
}
}