1
0
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:
Dean Herbert 2020-11-03 20:10:13 +09:00
parent 3e29e468ea
commit 1b2bd6a8c9

View File

@ -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;
}