i forgor to among us
This commit is contained in:
parent
9b70cf6076
commit
bdb606c62d
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ public class MusicPlayerPlugin extends SessionAdapter {
|
||||||
" record @s ~ ~ ~ " +
|
" record @s ~ ~ ~ " +
|
||||||
note.volume +
|
note.volume +
|
||||||
" " +
|
" " +
|
||||||
((pitch / 10 != 0) ? NumberUtilities.clamp(floatingPitch, 0, 2) : floatingPitch)
|
NumberUtilities.clamp(floatingPitch, 0, 2)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue