aboutsummaryrefslogtreecommitdiff
path: root/webAO/client/sender/index.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-12-12 22:17:39 +0100
committerstonedDiscord <Tukz@gmx.de>2024-12-12 22:17:39 +0100
commit8b0b8cac98d650d175ebb26441d415b95fca0e4e (patch)
tree272a2ab89833a6742607749971fc55bd7193a118 /webAO/client/sender/index.ts
parent2d8711503a6b4948c1c24f440c17a42cf1cdb134 (diff)
akashi expects 2 args for modcalls
Diffstat (limited to 'webAO/client/sender/index.ts')
-rw-r--r--webAO/client/sender/index.ts2
1 files changed, 1 insertions, 1 deletions
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;