mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09: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;
|
score.ScoreInfo.Date = DateTimeOffset.Now;
|
||||||
|
|
||||||
await submitScore(score).ConfigureAwait(false);
|
await submitScore(score).ConfigureAwait(false);
|
||||||
|
spectatorClient.EndPlaying(GameplayState);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
|
Reference in New Issue
Block a user