mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Remove extra alternateFailConditions function in Player
This commit is contained in:
@ -228,16 +228,9 @@ namespace osu.Game.Screens.Play
|
|||||||
scoreProcessor.AllJudged += onCompletion;
|
scoreProcessor.AllJudged += onCompletion;
|
||||||
scoreProcessor.Failed += onFail;
|
scoreProcessor.Failed += onFail;
|
||||||
|
|
||||||
applyAlternateFailConditions();
|
foreach (var mod in Beatmap.Value.Mods.Value.OfType<IApplicableToScoreProcessor>())
|
||||||
}
|
|
||||||
|
|
||||||
private void applyAlternateFailConditions()
|
|
||||||
{
|
|
||||||
foreach(var mod in Beatmap.Value.Mods.Value.OfType<IApplicableToScoreProcessor>())
|
|
||||||
{
|
|
||||||
mod.ApplyToScoreProcessor(scoreProcessor);
|
mod.ApplyToScoreProcessor(scoreProcessor);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
private void applyRateFromMods()
|
private void applyRateFromMods()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user