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