mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Check if StatisticItem.Name is null or empty
This commit is contained in:
@ -317,7 +317,7 @@ namespace osu.Game.Rulesets.Osu
|
||||
{
|
||||
Columns = new[]
|
||||
{
|
||||
new StatisticItem(null, () => new SimpleStatisticTable(3, new SimpleStatisticItem[]
|
||||
new StatisticItem(string.Empty, () => new SimpleStatisticTable(3, new SimpleStatisticItem[]
|
||||
{
|
||||
new AverageHitError(timedHitEvents),
|
||||
new UnstableRate(timedHitEvents)
|
||||
|
Reference in New Issue
Block a user