mirror of
https://github.com/ppy/osu
synced 2025-01-09 15:49:32 +00:00
Add negligible template to PossibleTemplates
This commit is contained in:
parent
1913084342
commit
d29e6f4695
@ -38,6 +38,7 @@ namespace osu.Game.Rulesets.Edit.Checks
|
||||
{
|
||||
new IssueTemplateLongPeriodProblem(this),
|
||||
new IssueTemplateLongPeriodWarning(this),
|
||||
new IssueTemplateLongPeriodNegligible(this),
|
||||
new IssueTemplateNoHitsounds(this)
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user