mirror of
https://github.com/osukey/osukey.git
synced 2025-07-22 19:00:05 +09:00
Don't consider the type
This commit is contained in:
@ -293,7 +293,7 @@ namespace osu.Game.Beatmaps.Formats
|
|||||||
|
|
||||||
if (!Enum.TryParse(split[0], out type))
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user