aboutsummaryrefslogtreecommitdiff
path: root/webAO/client/handleBans.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client/handleBans.ts')
-rw-r--r--webAO/client/handleBans.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client/handleBans.ts b/webAO/client/handleBans.ts
index b977fc8..c821242 100644
--- a/webAO/client/handleBans.ts
+++ b/webAO/client/handleBans.ts
@@ -14,4 +14,5 @@ export const handleBans = (type: string, reason: string) => {
(<HTMLElement>(
document.getElementsByClassName("client_reconnect")[1]
)).style.display = "none";
+ alert(type+":\r"+reason)
} \ No newline at end of file