mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:52:54 +08:00
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 @@ namespace osu.Game.Screens.Play
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case @"invalid beatmap hash":
|
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;
|
break;
|
||||||
|
|
||||||
case @"expired token":
|
case @"expired token":
|
||||||
|
Loading…
Reference in New Issue
Block a user