diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-12-12 22:17:39 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2024-12-12 22:17:39 +0100 |
| commit | 8b0b8cac98d650d175ebb26441d415b95fca0e4e (patch) | |
| tree | 272a2ab89833a6742607749971fc55bd7193a118 /webAO/dom/callMod.ts | |
| parent | 2d8711503a6b4948c1c24f440c17a42cf1cdb134 (diff) | |
akashi expects 2 args for modcalls
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 8d4c80d..567ed9d 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.sender.sendZZ(modcall); + client.sender.sendZZ(modcall,-1); } } window.callMod = callMod; |
