1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Default Max to null in ParticipantCount.

This commit is contained in:
DrabWeb 2018-06-01 06:08:57 -03:00
parent 6b48370092
commit 8dd36ee1a9

View File

@ -62,6 +62,8 @@ namespace osu.Game.Screens.Multi.Components
Font = @"Exo2.0-Light"
},
};
Max = null;
}
}
}