diff options
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 |
