1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 22:22:55 +08:00

Remove skipping part of message

This commit is contained in:
smoogipoo 2018-08-24 18:07:39 +09:00
parent 99574ecad8
commit aeb4d47c06

View File

@ -352,7 +352,7 @@ namespace osu.Game.Beatmaps
string mapName = reader.Filenames.FirstOrDefault(f => f.EndsWith(".osu"));
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;
}