1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 04:19:53 +08:00

Merge pull request #27845 from Loreos7/beatmap_hash

Fix missing underscore in `invalid beatmap_hash` notification message
This commit is contained in:
Dan Balasescu
2024-04-13 21:16:55 +09:00
committed by GitHub
Unverified
+1 -1
View File
@@ -152,7 +152,7 @@ namespace osu.Game.Screens.Play
Logger.Log($"Please ensure that you are using the latest version of the official game releases.\n\n{whatWillHappen}", level: LogLevel.Important);
break;
case @"invalid beatmap hash":
case @"invalid beatmap_hash":
Logger.Log($"This beatmap does not match the online version. Please update or redownload it.\n\n{whatWillHappen}", level: LogLevel.Important);
break;