mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 15:32:54 +08:00
Remove redundant base call
This commit is contained in:
parent
3e29e468ea
commit
1b2bd6a8c9
@ -21,7 +21,6 @@ namespace osu.Game.Screens.Play
|
|||||||
protected override bool CheckModsAllowFailure() => false; // todo: better support starting mid-way through beatmap
|
protected override bool CheckModsAllowFailure() => false; // todo: better support starting mid-way through beatmap
|
||||||
|
|
||||||
public SpectatorPlayer(Score score)
|
public SpectatorPlayer(Score score)
|
||||||
: base(true, true)
|
|
||||||
{
|
{
|
||||||
this.score = score;
|
this.score = score;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user