mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 00:53:19 +08:00
Don't send spectate data when an autoplay mod is active
This commit is contained in:
parent
55f1b05dbf
commit
4fca7675b0
@ -152,6 +152,8 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
// replays should never be recorded or played back when autoplay is enabled
|
||||
if (!Mods.Value.Any(m => m is ModAutoplay))
|
||||
PrepareReplay();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user