mirror of https://github.com/ppy/osu
Make message more general
Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com>
This commit is contained in:
parent
8e00368f7c
commit
9e92ebaa43
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue