1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 11:53:21 +08:00

Fix bad log message

This commit is contained in:
smoogipoo 2019-08-08 14:44:49 +09:00
parent ac2060f1cf
commit de4ad1f625

View File

@ -216,7 +216,7 @@ namespace osu.Game.Rulesets.Objects.Legacy
}
if (result == null)
throw new InvalidDataException($"Unknown hit object type: {type}");
throw new InvalidDataException($"Unknown hit object type: {split[3]}");
result.StartTime = startTime;