aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers/handleMM.ts
blob: 077140f5013e74f66f7d666891e2b25fab4b40be (plain)
1
2
3
4
5
6
7
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
}