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:
parent
6b48370092
commit
8dd36ee1a9
@ -62,6 +62,8 @@ namespace osu.Game.Screens.Multi.Components
|
||||
Font = @"Exo2.0-Light"
|
||||
},
|
||||
};
|
||||
|
||||
Max = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user