aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/dom/callMod.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/dom/callMod.ts b/webAO/dom/callMod.ts
index 567ed9d..28a9627 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,-1);
+ client.sender.sendZZ(modcall, -1);
}
}
window.callMod = callMod;