i forgor to among us

This commit is contained in:
Chayapak 2023-04-13 13:27:42 +07:00
parent 9b70cf6076
commit bdb606c62d

View file

@ -283,7 +283,7 @@ public class MusicPlayerPlugin extends SessionAdapter {
" record @s ~ ~ ~ " +
note.volume +
" " +
((pitch / 10 != 0) ? NumberUtilities.clamp(floatingPitch, 0, 2) : floatingPitch)
NumberUtilities.clamp(floatingPitch, 0, 2)
);
}
}