1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Don't consider the type

This commit is contained in:
David Zhao 2019-08-07 16:25:38 +09:00
parent 497d2cb677
commit 669c2462ec

View File

@ -293,7 +293,7 @@ namespace osu.Game.Beatmaps.Formats
if (!Enum.TryParse(split[0], out type))
{
Logger.Log($"A beatmap {type} event could not be parsed and will be ignored: {split[0]}", LoggingTarget.Runtime, LogLevel.Important);
Logger.Log($"A beatmap event could not be parsed and will be ignored: {split[0]}", LoggingTarget.Runtime, LogLevel.Important);
return;
}