Make message more general

Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com>
This commit is contained in:
Arthur Araujo 2024-04-03 19:15:22 -03:00 committed by GitHub
parent 8e00368f7c
commit 9e92ebaa43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ void handleTokenFailure(Exception exception, bool displayNotification = false)
break;
case @"invalid beatmap hash":
Logger.Log($"A new version of this beatmapset is available please update. \n\n{whatWillHappen}", level: LogLevel.Important);
Logger.Log($"This beatmap does not match the online version. Please update or redownload it.\n\n{whatWillHappen}", level: LogLevel.Important);
break;
case @"expired token":