mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix broken test scene
This commit is contained in:
@ -14,6 +14,6 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
||||
{
|
||||
}
|
||||
|
||||
protected override UserHistoryCount[] GetValues(User user) => user.ReplaysWatchedCounts;
|
||||
protected override UserHistoryCount[] GetValues(User user) => user?.ReplaysWatchedCounts;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user