diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-30 23:55:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-30 23:55:45 +0200 |
| commit | a453315983f6fa71b2b9f953d505cf63f6d7d8d0 (patch) | |
| tree | e4c5ad3f1855dc2a15b7652c32b318fcee37a571 /webAO/packets/handlers/handleMM.ts | |
| parent | fd76aa9ea07c937e92d5f9f65b58c6f16957ce55 (diff) | |
| parent | 56026c522ba84bc0211a896398d701cb79725b54 (diff) | |
Merge pull request #159 from caleb-mabry/5-scary
Five packets
Diffstat (limited to 'webAO/packets/handlers/handleMM.ts')
| -rw-r--r-- | webAO/packets/handlers/handleMM.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webAO/packets/handlers/handleMM.ts b/webAO/packets/handlers/handleMM.ts new file mode 100644 index 0000000..077140f --- /dev/null +++ b/webAO/packets/handlers/handleMM.ts @@ -0,0 +1,8 @@ + +/** + * Handles the "MusicMode" packet + * @param {Array} args packet arguments + */ +export const handleMM = (_args: string[]) => { + // It's unused nowadays, as preventing people from changing the music is now serverside +}
\ No newline at end of file |
