From bd588174157e39342b05a882466233ddcd26aebc Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 12 Dec 2024 21:18:11 +0000 Subject: Prettified Code! --- webAO/dom/callMod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/dom/callMod.ts') 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; -- cgit