mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Remove skipping part of message
This commit is contained in:
parent
99574ecad8
commit
aeb4d47c06
@ -352,7 +352,7 @@ namespace osu.Game.Beatmaps
|
|||||||
string mapName = reader.Filenames.FirstOrDefault(f => f.EndsWith(".osu"));
|
string mapName = reader.Filenames.FirstOrDefault(f => f.EndsWith(".osu"));
|
||||||
if (string.IsNullOrEmpty(mapName))
|
if (string.IsNullOrEmpty(mapName))
|
||||||
{
|
{
|
||||||
Logger.Log($"No beatmap files found in the beatmap archive ({reader.Name}). Skipping.");
|
Logger.Log($"No beatmap files found in the beatmap archive ({reader.Name}).");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user