mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 21:17:32 +09: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 IssueTemplateLongPeriodProblem(this),
|
||||||
new IssueTemplateLongPeriodWarning(this),
|
new IssueTemplateLongPeriodWarning(this),
|
||||||
|
new IssueTemplateLongPeriodNegligible(this),
|
||||||
new IssueTemplateNoHitsounds(this)
|
new IssueTemplateNoHitsounds(this)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user