diff options
Diffstat (limited to 'webAO/dom/callMod.ts')
| -rw-r--r-- | webAO/dom/callMod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/dom/callMod.ts b/webAO/dom/callMod.ts index 0c52433..a2e2685 100644 --- a/webAO/dom/callMod.ts +++ b/webAO/dom/callMod.ts @@ -10,7 +10,7 @@ export function callMod() { if (modcall == null || modcall === "") { // cancel } else { - client.sendZZ(modcall); + client.sender.sendZZ(modcall); } } window.callMod = callMod;
\ No newline at end of file |
