1
0
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:
Bartłomiej Dach
2025-04-25 10:44:52 +02:00
Unverified
parent 6d65b68100
commit ea759f0c77
@@ -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);