From 8b0b8cac98d650d175ebb26441d415b95fca0e4e Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 12 Dec 2024 22:17:39 +0100 Subject: akashi expects 2 args for modcalls --- webAO/client/sender/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/client/sender/index.ts') diff --git a/webAO/client/sender/index.ts b/webAO/client/sender/index.ts index a50fce3..e218b6b 100644 --- a/webAO/client/sender/index.ts +++ b/webAO/client/sender/index.ts @@ -49,7 +49,7 @@ export interface ISender { sendCharacter: (character: number) => void; sendRT: (testimony: string) => void; sendMusicChange: (track: string) => void; - sendZZ: (msg: string) => void; + sendZZ: (msg: string, target: number) => void; sendEE: (id: number, name: string, desc: string, img: string) => void; sendDE: (id: number) => void; sendPE: (name: string, desc: string, img: string) => void; -- cgit