mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-04-26 02:02:29 -05:00
Fix mistake.
This commit is contained in:
parent
77072fb0b5
commit
12bcc0f6de
|
|
@ -387,7 +387,7 @@ export const getPlayer: EPR = async (info, data, send) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
send.object({
|
send.object({
|
||||||
player: K.ATTR({ 'no': `$no` }, {
|
player: K.ATTR({ 'no': `${no}` }, {
|
||||||
now_date: K.ITEM('u64', time),
|
now_date: K.ITEM('u64', time),
|
||||||
secretmusic: {
|
secretmusic: {
|
||||||
music: {
|
music: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user