aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/packets/handlers/handleMC.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/packets/handlers/handleMC.ts b/webAO/packets/handlers/handleMC.ts
index 44237ea..187a9cd 100644
--- a/webAO/packets/handlers/handleMC.ts
+++ b/webAO/packets/handlers/handleMC.ts
@@ -39,9 +39,9 @@ export const handleMC = (args: string[]) => {
if (charID >= 0) {
musicname = client.chars[charID].name;
- appendICLog(`${musicname} changed music to ${track} ${looptext}`,showname);
+ appendICLog(`changed music to ${track} ${looptext}`, showname, musicname);
} else {
- appendICLog(`The music was changed to ${track} ${looptext}`,showname);
+ appendICLog(`The music was changed to ${track} ${looptext}`, showname);
}
document.getElementById("client_trackstatustext")!.innerText = track;