1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

Add negligible template to PossibleTemplates

This commit is contained in:
Naxess 2021-06-26 23:49:06 +02:00
parent 1913084342
commit d29e6f4695

View File

@ -38,6 +38,7 @@ namespace osu.Game.Rulesets.Edit.Checks
{
new IssueTemplateLongPeriodProblem(this),
new IssueTemplateLongPeriodWarning(this),
new IssueTemplateLongPeriodNegligible(this),
new IssueTemplateNoHitsounds(this)
};