We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1678f7a commit b05c2afCopy full SHA for b05c2af
osu.Game/Screens/Ranking/Statistics/StatisticsPanel.cs
@@ -254,6 +254,7 @@ protected virtual IEnumerable<StatisticItem> CreateStatisticItems(ScoreInfo newS
254
if (localUserScores.Length == 0)
255
preventTaggingReason = "Play the beatmap to contribute to beatmap tags!";
256
else
257
+ {
258
foreach (ScoreInfo score in localUserScores)
259
{
260
// We may want to iterate on the following conditions further in the future
@@ -269,6 +270,7 @@ protected virtual IEnumerable<StatisticItem> CreateStatisticItems(ScoreInfo newS
269
270
break;
271
}
272
273
+ }
274
275
if (preventTaggingReason == null)
276
0 commit comments