mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Make ParticipantsList use the new participants property
This commit is contained in:
@ -59,7 +59,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
public Bindable<int?> MaxParticipants { get; private set; } = new Bindable<int?>();
|
||||
|
||||
[Cached]
|
||||
[JsonIgnore]
|
||||
[JsonProperty("recent_participants")]
|
||||
public BindableList<User> Participants { get; private set; } = new BindableList<User>();
|
||||
|
||||
[Cached]
|
||||
|
Reference in New Issue
Block a user