1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 02:39:53 +08:00

Merge pull request #19188 from peppy/silence-missing-background

Don't show "missing background" messages to user
This commit is contained in:
Salman Ahmed
2022-07-18 04:19:52 +03:00
committed by GitHub
Unverified
+1 -1
View File
@@ -168,7 +168,7 @@ namespace osu.Game.Beatmaps
if (texture == null)
{
Logger.Log($"Beatmap background failed to load (file {Metadata.BackgroundFile} not found on disk at expected location {fileStorePath}).", level: LogLevel.Error);
Logger.Log($"Beatmap background failed to load (file {Metadata.BackgroundFile} not found on disk at expected location {fileStorePath}).");
return null;
}