aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-03-25 20:07:11 +0100
committerstonedDiscord <Tukz@gmx.de>2023-03-25 20:07:11 +0100
commit05e40ad75bb3d2d15b069db5b21ab9d55c6ad9f9 (patch)
treea84f7ce6573f3ad9992e92853cd730ce82c98b1c
parentb676b26e53f4a28859c33cb84cd41dbd0c8a5f32 (diff)
make it clearer what happened
-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