Skip to content

Commit fda10bd

Browse files
authored
Fix not being able to spectate users in daily challenge gameplay (ppy#37781)
Addresses ppy#37714.
1 parent a1b332e commit fda10bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

osu.Game/Overlays/Dashboard/CurrentlyOnline/RealtimeUserList.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ private static void updateUserSpectateState(UserPresence presence, OnlineUserPan
178178
break;
179179

180180
case UserActivity.InSoloGame:
181+
case UserActivity.PlayingDailyChallenge:
181182
case UserActivity.InMultiplayerGame:
182183
case UserActivity.InPlaylistGame:
183184
userPanel.CanSpectate.Value = true;

0 commit comments

Comments
 (0)