mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 18:32:56 +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
|
||||
|
||||
public SpectatorPlayer(Score score)
|
||||
: base(true, true)
|
||||
{
|
||||
this.score = score;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user