diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-03-25 20:07:11 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-03-25 20:07:11 +0100 |
| commit | 05e40ad75bb3d2d15b069db5b21ab9d55c6ad9f9 (patch) | |
| tree | a84f7ce6573f3ad9992e92853cd730ce82c98b1c /webAO | |
| parent | b676b26e53f4a28859c33cb84cd41dbd0c8a5f32 (diff) | |
make it clearer what happened
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client/handleBans.ts | 1 |
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 |
