mirror of
https://github.com/ppy/osu
synced 2025-03-19 01:24:34 +00:00
Fix doubled json property (runtime error)
This commit is contained in:
parent
666007b2f9
commit
94aa5fbca7
@ -61,7 +61,7 @@ namespace osu.Game.Online.Rooms
|
||||
public readonly Bindable<RoomAvailability> Availability = new Bindable<RoomAvailability>();
|
||||
|
||||
[Cached]
|
||||
[JsonProperty("type")]
|
||||
[JsonIgnore]
|
||||
public readonly Bindable<MatchType> Type = new Bindable<MatchType>();
|
||||
|
||||
// Todo: osu-framework bug (https://github.com/ppy/osu-framework/issues/4106)
|
||||
|
Loading…
Reference in New Issue
Block a user