mirror of
https://github.com/ppy/osu.git
synced 2025-02-24 22:22:54 +08:00
Revert "Add additional check in Player"
This reverts commit de7c90de96
.
This commit is contained in:
parent
de7c90de96
commit
3a73fa49bf
@ -955,7 +955,7 @@ namespace osu.Game.Screens.Play
|
||||
ScoreProcessor.FailScore(Score.ScoreInfo);
|
||||
OnFail();
|
||||
|
||||
if (GameplayState.Mods.OfType<IApplicableFailOverride>().Any(m => m.RestartOnFail && m.TriggeredFail))
|
||||
if (GameplayState.Mods.OfType<IApplicableFailOverride>().Any(m => m.RestartOnFail))
|
||||
Restart(true);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user