mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Don't perform lookup of beatmap stats unless an online id is present
This commit is contained in:
@ -175,7 +175,7 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
private void updateStatistics()
|
private void updateStatistics()
|
||||||
{
|
{
|
||||||
if (Beatmap == null)
|
if (Beatmap?.OnlineBeatmapID == null)
|
||||||
{
|
{
|
||||||
clearStats();
|
clearStats();
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user