From 4db738e6e5e3287c3621501a01988ab90eed447e Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Sep 2023 11:03:35 +0200 Subject: [PATCH] unused sendMusic.ts --- webAO/client/sender/sendMusic.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 webAO/client/sender/sendMusic.ts diff --git a/webAO/client/sender/sendMusic.ts b/webAO/client/sender/sendMusic.ts deleted file mode 100644 index eceba082..00000000 --- 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