aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2026-03-24 12:27:46 +0100
committerDavid Skoland <davidskoland@gmail.com>2026-03-24 12:27:46 +0100
commitc923dbe9a71a77db4f32c3b3e5153d24441c0ff6 (patch)
treea8e3b29e26e2e4fd2dbdbefbd93b8f9ddb19fc2a
parent1a1ed4e1d0568a1610d5f5da3d541a59afe2b863 (diff)
no double notice
-rw-r--r--webAO/client/handleBans.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/webAO/client/handleBans.ts b/webAO/client/handleBans.ts
index cf7f881..004b27e 100644
--- a/webAO/client/handleBans.ts
+++ b/webAO/client/handleBans.ts
@@ -11,5 +11,4 @@ export const handleBans = (type: string, reason: string) => {
`${type}:<br>${safeTags(reason).replace(/\n/g, "<br />")}`;
(<HTMLElement>document.getElementById("client_reconnect")).style.display =
"none";
- alert(type + ":\r" + reason);
};