mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Remove redundant base call
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user