mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Move check origin from IssueTemplate
to Issue
As a result we can also make check an interface, and need to provide the check itself when constructing an issue.
This commit is contained in:
@ -130,7 +130,7 @@ namespace osu.Game.Screens.Edit.Verify
|
||||
{
|
||||
table.Issues = beatmapVerifier.Run(Beatmap)
|
||||
.OrderByDescending(issue => issue.Template.Type)
|
||||
.ThenByDescending(issue => issue.Template.Origin.Metadata.Category);
|
||||
.ThenByDescending(issue => issue.Check.Metadata.Category);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user