mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Don't process clock
This commit is contained in:
@ -20,6 +20,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
||||
if (!UserScores.TryGetValue(userId, out var data))
|
||||
throw new ArgumentException(@"Provided user is not tracked by this leaderboard", nameof(userId));
|
||||
|
||||
data.ScoreProcessor.ProcessCustomClock = false;
|
||||
data.ScoreProcessor.Clock = new FramedClock(clock);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user