From a7e664d5527dac59d722cdb48bfd8e3edf86645f Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 18 Apr 2026 13:55:56 +0200 Subject: hide confusing text for banned players --- webAO/styles/client.css | 1 + 1 file changed, 1 insertion(+) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 673d176..1c1b5c2 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -98,6 +98,7 @@ } #client_error_code { + display: none; color: #999; font-size: 12px; margin: 0 0 16px; -- cgit