mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 02:09:54 +08:00
Yet another forgotten initialiser
This commit is contained in:
@@ -40,7 +40,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
||||
/// </summary>
|
||||
public bool AllPlayersLoaded => instances.All(p => p.PlayerLoaded);
|
||||
|
||||
internal DrawableGameplayLeaderboard Leaderboard { get; private set; }
|
||||
internal DrawableGameplayLeaderboard Leaderboard { get; private set; } = null!;
|
||||
|
||||
protected override UserActivity InitialActivity => new UserActivity.SpectatingMultiplayerGame(Beatmap.Value.BeatmapInfo, Ruleset.Value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user