mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 07:49:52 +08:00
Merge pull request #21686 from bdach/spectator-end-playing-on-completion
Call spectator `EndPlaying()` immediately after score submission
This commit is contained in:
@@ -130,6 +130,7 @@ namespace osu.Game.Screens.Play
|
||||
score.ScoreInfo.Date = DateTimeOffset.Now;
|
||||
|
||||
await submitScore(score).ConfigureAwait(false);
|
||||
spectatorClient.EndPlaying(GameplayState);
|
||||
}
|
||||
|
||||
[Resolved]
|
||||
|
||||
Reference in New Issue
Block a user