Skip to content

Commit

Permalink
Fix broken user-facing messaging when beatmap hash mismatch is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Jan 31, 2025
1 parent c3981f1 commit 7ef8616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Screens/Play/SubmittingPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void handleTokenFailure(Exception exception, bool displayNotification = false)
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 or missing beatmap_hash":
Logger.Log($"This beatmap does not match the online version. Please update or redownload it.\n\n{whatWillHappen}", level: LogLevel.Important);
break;

Expand Down

0 comments on commit 7ef8616

Please sign in to comment.