mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 05:01:20 +08:00
Merge pull request #33848 from peppy/fix-spectate-button-daily-challenge
Fix spectator button not working when user is playing daily challenge
This commit is contained in:
@@ -197,6 +197,7 @@ namespace osu.Game.Overlays.Dashboard
|
||||
case UserActivity.InSoloGame:
|
||||
case UserActivity.InMultiplayerGame:
|
||||
case UserActivity.InPlaylistGame:
|
||||
case UserActivity.PlayingDailyChallenge:
|
||||
spectateButton.Enabled.Value = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user