1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 15:10:28 +08:00

Fix not being able to spectate users in daily challenge gameplay (#37781)

Addresses https://github.com/ppy/osu/discussions/37714.
This commit is contained in:
Dean Herbert
2026-05-18 16:39:12 +09:00
committed by GitHub
Unverified
parent a1b332e539
commit fda10bd6b3
@@ -178,6 +178,7 @@ namespace osu.Game.Overlays.Dashboard.CurrentlyOnline
break;
case UserActivity.InSoloGame:
case UserActivity.PlayingDailyChallenge:
case UserActivity.InMultiplayerGame:
case UserActivity.InPlaylistGame:
userPanel.CanSpectate.Value = true;