diff options
Diffstat (limited to 'webAO/client/sender')
| -rw-r--r-- | webAO/client/sender/sendMusic.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/webAO/client/sender/sendMusic.ts b/webAO/client/sender/sendMusic.ts deleted file mode 100644 index eceba08..0000000 --- a/webAO/client/sender/sendMusic.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { client } from "../../client"; - - -/** - * Requests to select a music track. - * @param {number?} song the song to be played - */ -export const sendMusic = (song: string) => { - client.sender.sendServer(`MC#${song}#${client.charID}#%`); -}
\ No newline at end of file |
