mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 10:52:55 +08:00
style: remove usage of HIT_FLOURISH
Unaware clueless usage
This commit is contained in:
parent
2e2dcd99a6
commit
a4e146ad9b
@ -120,7 +120,7 @@ namespace osu.Game.Rulesets.Edit.Checks
|
|||||||
string sampleSet = parts[1];
|
string sampleSet = parts[1];
|
||||||
|
|
||||||
return HitSampleInfo.AllBanks.Contains(bank)
|
return HitSampleInfo.AllBanks.Contains(bank)
|
||||||
&& HitSampleInfo.AllAdditions.Concat(new[] { HitSampleInfo.HIT_NORMAL, HitSampleInfo.HIT_FLOURISH }).Any(sampleSet.StartsWith);
|
&& HitSampleInfo.AllAdditions.Append(HitSampleInfo.HIT_NORMAL).Any(sampleSet.StartsWith);
|
||||||
}
|
}
|
||||||
|
|
||||||
public class IssueTemplateConsequentDelay : IssueTemplate
|
public class IssueTemplateConsequentDelay : IssueTemplate
|
||||||
|
Loading…
Reference in New Issue
Block a user