mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix bad log message
This commit is contained in:
@ -216,7 +216,7 @@ namespace osu.Game.Rulesets.Objects.Legacy
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (result == null)
|
if (result == null)
|
||||||
throw new InvalidDataException($"Unknown hit object type: {type}");
|
throw new InvalidDataException($"Unknown hit object type: {split[3]}");
|
||||||
|
|
||||||
result.StartTime = startTime;
|
result.StartTime = startTime;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user