diff options
| author | stonedDiscord <stonedDiscord@users.noreply.github.com> | 2024-12-12 21:18:11 +0000 |
|---|---|---|
| committer | GitHub Action <actions@github.com> | 2024-12-12 21:18:11 +0000 |
| commit | bd588174157e39342b05a882466233ddcd26aebc (patch) | |
| tree | e8e7f60716a6a2e8b7b1413adff37a842d72f81f /webAO/dom | |
| parent | 8b0b8cac98d650d175ebb26441d415b95fca0e4e (diff) | |
Prettified Code!
Diffstat (limited to 'webAO/dom')
| -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 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; |
