1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 05:22:54 +08:00

string mod should not null

Already assigned in the constructor
This commit is contained in:
cdwcgt 2023-07-30 02:38:19 +09:00
parent bc2ca11bb0
commit 0590121309
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -22,7 +22,7 @@ namespace osu.Game.Tournament.Components
{
public readonly TournamentBeatmap? Beatmap;
private readonly string? mod;
private readonly string mod;
public const float HEIGHT = 50;