1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +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:
Dean Herbert 2022-12-18 13:26:47 +09:00 committed by GitHub
commit e2d68f6ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,6 +130,7 @@ namespace osu.Game.Screens.Play
score.ScoreInfo.Date = DateTimeOffset.Now;
await submitScore(score).ConfigureAwait(false);
spectatorClient.EndPlaying(GameplayState);
}
[Resolved]