mirror of
https://github.com/ppy/osu.git
synced 2025-03-17 22:17:25 +08:00
Handle (null?) PP in PerformanceTable
This commit is contained in:
parent
6aaef7b0be
commit
6dc11543ad
@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Rankings.Tables
|
||||
|
||||
protected override Drawable[] CreateUniqueContent(UserStatistics item) => new Drawable[]
|
||||
{
|
||||
new RowText { Text = item.PP.ToLocalisableString(@"N0"), }
|
||||
new RowText { Text = item.PP?.ToLocalisableString(@"N0"), }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user