From 019e00a1f253fc55ca23e062977849f502cb4792 Mon Sep 17 00:00:00 2001 From: Lekuru Date: Fri, 22 Dec 2023 00:40:53 +0100 Subject: [PATCH] Update unsupported hash string --- constants/strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/strings.py b/constants/strings.py index ca5f2bd..d0b2821 100644 --- a/constants/strings.py +++ b/constants/strings.py @@ -57,7 +57,7 @@ UNSUPPORTED_HASH = '\n'.join([ 'This version of osu! you are using is not compatible with this server.', - 'Please download one of the clients on the website!' + 'Please download one of the clients on the website, or ask an admin for permission!' ]) MAINTENANCE_MODE = 'Bancho is currently in maintenance mode. Please check back later!'