mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:03:08 +08:00
Bypass fail on replays
This commit is contained in:
parent
ecd721e8c5
commit
775b90e066
@ -9,6 +9,9 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
private readonly Score score;
|
||||
|
||||
// Block replays from failing. (see https://github.com/ppy/osu/issues/6108)
|
||||
protected override bool BypassFail => true;
|
||||
|
||||
public ReplayPlayer(Score score, bool allowPause = true, bool showResults = true)
|
||||
: base(allowPause, showResults)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user