diff options
Diffstat (limited to 'webAO/client/sender/index.ts')
| -rw-r--r-- | webAO/client/sender/index.ts | 2 |
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; |
