mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
string mod should not null
Already assigned in the constructor
This commit is contained in:
parent
bc2ca11bb0
commit
0590121309
@ -22,7 +22,7 @@ namespace osu.Game.Tournament.Components
|
|||||||
{
|
{
|
||||||
public readonly TournamentBeatmap? Beatmap;
|
public readonly TournamentBeatmap? Beatmap;
|
||||||
|
|
||||||
private readonly string? mod;
|
private readonly string mod;
|
||||||
|
|
||||||
public const float HEIGHT = 50;
|
public const float HEIGHT = 50;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user