From 05e40ad75bb3d2d15b069db5b21ab9d55c6ad9f9 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 25 Mar 2023 20:07:11 +0100 Subject: make it clearer what happened --- webAO/client/handleBans.ts | 1 + 1 file changed, 1 insertion(+) 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) => { (( document.getElementsByClassName("client_reconnect")[1] )).style.display = "none"; + alert(type+":\r"+reason) } \ No newline at end of file -- cgit