mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Log issues
This commit is contained in:
@ -225,9 +225,11 @@ namespace osu.Game.Rulesets.Objects.Legacy
|
||||
}
|
||||
catch (FormatException)
|
||||
{
|
||||
Logger.Log("A hitobject could not be parsed correctly and will be ignored", LoggingTarget.Runtime, LogLevel.Important);
|
||||
}
|
||||
catch (OverflowException)
|
||||
{
|
||||
Logger.Log("A hitobject could not be parsed correctly and will be ignored", LoggingTarget.Runtime, LogLevel.Important);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user